What's new

LAN Admin page not reachable with HTTPS only...?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Chrisgtl

Regular Contributor
Hi,

I've changed my admin page to HTTPS only over LAN (WAN disabled) - now I can't connect to 192.168.0.1 at all. I can connect to SSH.

Anyone know the command to enable HTTP over LAN for the admin page?

I've tried rebooting router from the back on/off button but still no joy.

Router is the 86U.
 
You can restart the UI by executing
Code:
service restart_httpd
while connected through SSH and try again.
 
Anyone know the command to enable HTTP over LAN for the admin page?

I've tried rebooting router from the back on/off button but still no joy.
To reset it to http through SSH terminal, copy and past this:
Code:
nvram set http_enable=0;nvram commit;service restart_httpd
 
Shouldn't the flag be '1'?
1 is the setting for https only, 0 is for http, not sure if it's 2 for both http and https.
Confusing as it might be.
 
Firmware NVRAM 'http_enable' variable meaning/usage
Tell me again how to search a GitHub repo for a string. Everytime I want to do a search I have to google it to figure it out.
Maybe it's me but it sure is not intuitive.
 
1 is the setting for https only, 0 is for http, not sure if it's 2 for both http and https.
Confusing as it might be.

Old design probably inherited from Tomato. The code treats bit 0 as a flag for https. Either there was some specific reason back then, or whoever implemented this was drunk.
 
Old design probably inherited from Tomato. The code treats bit 0 as a flag for https. Either there was some specific reason back then, or whoever implemented this was drunk.
I would hope it was a specific reason.
 
Type the string into the search box at the top of the page.:D
Why do I suddenly see a dropdown for current/all Github repos in search?
(no replies please, thread is locked, user thelonelycoder --> not found)
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top