Error message when accessing Cisco SDM on 1841 router

Question : Error message when accessing Cisco SDM on 1841 router

Issue with using the SDM on my cisco 1841. I get all the way to where it says connecting, but then an error message pops up:

SDM Startup Error
SDM has not been granted with the necessary privileges in order to startup successfully, or another unknown error occurred during startup.Please close all involved browser windows and try again by granting all requested privileges.

Any suggestions?


 

Solution: Error message when accessing Cisco SDM on 1841 router

try https://

If http secure access is not enabled then do:

Router>enable
password:
router# config t
router(config)# Ip http secure-server
router(config)# ip http authentication local  (if using local authentication)
router(config)# end
router# wr mem

Then try connecting to sdm

Hope this helps