Force HTTPS setting ON now cant log into router

Was playing about with the MT6000 settings and there was a check box for Force HTTPS or something along those lines.

I checked the box and the router now doesn't let me log back in. Short of going through the process of forgot password (hold reset for 10s), is it possible to remove that check box through Luci?

I have a backup of the router. Just wanted to know if its possible before I upload my last configuration.

Thanks.

when attempting to log in, i get the message 'Unknown error occurred. Please check the network environment or reboot the device.'

rebooting the device from Luci does not appear to solve the issue. I thought that resetting password from within Luci would fix it but it doesnt.

any help appreciated.

thank you

You can login using SSH and modify the nginx config to remove the forced forward to https. Afaik this should be enough.

But it might be way faster to just upload the older backup.

In ssh try the following command

uci set oui-httpd.main.redirect_https=1
1 Like