configure HTTPS server on a cisco router

Posted by Sara on Server Fault See other posts from Server Fault or by Sara
Published on 2014-05-31T04:26:01Z Indexed on 2014/05/31 9:31 UTC
Read the original article Hit count: 235

Filed under:
|
|

For the past week I was trying to configure an HTTPS server on a cisco 2900 router, I've used the following commands and assigned a username and password to privilege 15 however, when Im trying to access a given ip it requires a username and password however when I insert the username and password I configured it does not allow me to enter and i'm not sure where the problem is.

Router(config)# ip http secure-server

Router(config)# ip http authentication local

These were the commands i used for the https server and also I used the following to assign the username and password

Router(config)#username name privilege 15 secret 0 password

where 'name' and 'password' represent the username and password respectively

I'm trying to access the 192.168.14.1 interface on the router and the username and password i created are not authorized to enter

(I got the commands from a cisco router manual)

© Server Fault or respective owner

Related posts about cisco

Related posts about router