Disable "Force Https" from ssh

I have the Flint 2 and need to change a setting remotely from GoodCloud. I enabled "Force Https" while trying to debug something and now I can't acecss the Remote Gui from GoodCloud. I'm assuming it's because I never opened port 443 on the primary router from the ISP. Is there any way to change this setting from SSH as this is the only access I currently have to the router. Otherwise I'll be waiting for a family member to login and change it when they get time

Try to run

uci set oui-httpd.main.redirect_https=0
uci commit oui-httpd

It should solve it, at least it does on 4.7
You might need to restart the router afterwards.

1 Like

Thanks! Defintely solved the problem. How can I view the full list of settings from the terminal for future reference? Is there a specific configuration file I can take a look at where the settings exist?

uci show and a lot of understanding and testing :wink:

1 Like