cancel
Showing results for 
Search instead for 
Did you mean: 

disable http not working?

david_l
New Contributor

SSH@ICX7150-C12 Router(config)#show web

HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.
SSH@ICX7150-C12 Router(config)#no web-management http
SSH@ICX7150-C12 Router(config)#show web

HTTP server status: Enabled
HTTPS server status: Enabled
No web connection.

4 REPLIES 4

brian_powers
New Contributor III

What version of code is on the switch?  When I do the same w/08.0.95cT211, the output shows as expected.

SH@BPs-Lab-C12P#conf t

SSH@BPs-Lab-C12P(config)#web-management http

SSH@BPs-Lab-C12P(config)#show web

HTTP server status: Enabled

HTTPS server status: Enabled

No web connection.

SSH@BPs-Lab-C12P(config)#no web-management http

SSH@BPs-Lab-C12P(config)#show web

HTTP server status: Disabled

HTTPS server status: Enabled

No web connection.

SSH@BPs-Lab-C12P(config)#

Thanks for reply

running 08.0.92bT213

I can try upgrading, but this seems like a pretty basic command.  Just thought I was missing something.

Hmm.  That's a rather new version itself.  Might be worth going back through the release notes to see if this was called out as an issue and fixed.  If I can find time, I'll see if I can replicate your issue on your code ver too.

DoubleB
New Contributor

This is a bit late, but if someone else has this issue use the serial interface and first turn off all web access then turn on only the https access.  It worked for me when I had this issue. Oh, and before you do this you must create a certificate, or this will not work.

SSH@ICX7150-C12 Router(config)#no web-management
SSH@ICX7150-C12 Router(config)#web-management https

HTTP server status: Disabled
HTTPS server status: Enabled