Page 1 of 1

Cannot Login using Web Browser!

Posted: Tue Apr 14, 2015 4:21 pm
by johanh13
Ok, so I turned off HTTPS and now I cannot log back into the switch using a web browser. However, I am able to use putty to login, but I do not know the command to turn HTTPS back on. Any tips/hints???

Re: Cannot Login using Web Browser!

Posted: Tue Apr 14, 2015 4:44 pm
by johanh13
OK, never mind, I was able to do a 'reload defaults' & 'reload cold' from the command line via putty, which reset it...

Re: Cannot Login using Web Browser!

Posted: Tue Apr 14, 2015 4:44 pm
by sirhc
Interesting, I never actually did that.

Anyway if you console/SSH in

Then hit "?" you get a list of help

I "think"

config [enter]
https-server port 443 [enter]
ctrl+z <- This takes you out of configuration mode and writes/applies the config

Re: Cannot Login using Web Browser!

Posted: Tue Apr 14, 2015 4:52 pm
by johanh13
I SSH'ed in, then typed "help", saw "reload", typed "reload ?" to get the format... This is on the WS-8-250-AC that I am trying out at a tower... THANKS

Re: Cannot Login using Web Browser!

Posted: Tue Apr 14, 2015 6:57 pm
by sirhc
Did you load v1.1.8 firmware on it?

Re: Cannot Login using Web Browser!

Posted: Wed Apr 15, 2015 9:18 am
by johanh13
Yes sir, switch is working great. I have two a dedicated link, and two backhauls on it now, been running for 16 hours, passed about 80GB of data so far...

How to Enable/Disable HTTPS in the CLI

Posted: Thu Apr 16, 2015 12:46 pm
by sirhc
So to re-cap on how to enable and disable HTTPS from the SSH CLI:

To disable the HTTPS interface from the CLI wrote:config [enter]
no https-server [enter]
ctrl+z <- This takes you out of configuration mode and saves/applies the config changes


Enable HTTPS interface from the CLI wrote:
config [enter]
https-server port 443 [enter]
ctrl+z <- This takes you out of configuration mode and saves/applies the config changes