What's new
  • 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!

No GUI access to AC87U

Greg Des

New Around Here
Hi,

I have two AC87U routers. Neither of them are accessible via the GUI with SSL turned on. One is accessible by GUI with SSL turned off. When I try to access the other one, the browser reports an empty response. I have SSH access to both routers.

My question is how can I turn off SSL on the router with no GUI from the command line.

thanks.
 
Code:
nvram set http_enable=1
nvram commit
service restart_httpd

You can also set it to "2" to enable both http and https.

Also don't forget that the default https port is 8443, not the usual 443.
 
Code:
nvram set http_enable=1
nvram commit
service restart_httpd

You can also set it to "2" to enable both http and https.

Also don't forget that the default https port is 8443, not the usual 443.

Thanks for this Merlin. Do you gave a reference for the full set of nvram commands?
 
Thanks for this Merlin. Do you gave a reference for the full set of nvram commands?

There isn't many commands available.

Code:
nvram help
 
Do you have a reference for the full set of parameters that can be configured?

Considering the fact that my currently running router has 2550 different entries: no. :)

Think of nvram as your Windows registry. Lots of low-level settings configured there, way too many to document.
 

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!
Back
Top