tch-nginx-gui icon indicating copy to clipboard operation
tch-nginx-gui copied to clipboard

HTTPS REDIRECT GUI BUG

Open Vorshim92 opened this issue 2 years ago • 2 comments

Hi there!

Is there a way to disable HTTPS REDIRECT from some configuration file via SSH? Because after enabling it, I can no longer access the router. I only have the LUCI page on :9080. someone told me this "If you have installed LuCI, stop it with /etc/init.d/uhttpd stop. Then, run /etc/init.d/nginx restart and access it with your browser at http://192.168.1.254:9080/. Deselect HTTPS, set the port back to 80 in the configuration, and restart both Nginx and uhttpd." but it's not working. any idea?

Vorshim92 avatar Oct 11 '23 09:10 Vorshim92

Any news on this bug? I faced the same issue

antoniohassio avatar May 10 '24 11:05 antoniohassio

the uci checked path is [email protected]_https

so to restore via ssh is something like

uci set [email protected]_https=0
uci commit

or just manually edit /etc/config/web file finding for force_https

PS. please report firmware/device details

FrancYescO avatar May 14 '24 23:05 FrancYescO