What's new

Contention between dropbear and web interface

  • 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!

pe78420

New Around Here
Hi,

My Asus RT-AC66U web interface is setted as https, port 443.
The sshd (dropbear) is enabled for wan access with rsa key and port 443.
No problem to access ssh from the outside (wan) but now the local webui is inaccessible !
I've forgotten to return the webui setting to http instead of https and now it seems I get contention between dropbear and the webui.

Before to do a factory reset... Is there a way to modify the webui using command line via ssh in order to use the webui with http ?

Many thanks in advance and best regards,

pe78420
 
Last edited:
This will move the https instance of the webui back to the default port 8443:
Code:
nvram set misc_httpsport_x=8443
nvram set https_lanport=8443
nvram commit
service restart_httpd

Port 443 is normally used by AiCloud, so probably not a good idea to use that for ssh either.
 

Sign Up For SNBForums Daily Digest

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