REDIRECT HTTPS
From Wiki of WFilter NG Firewall
(Difference between revisions)
(Created page with "{{DISPLAYTITLE:Can not access web-UI.}} There are two possible reasons: = Firewall reason = Inproper firewall settings can block web-UI access. == Solution == In "Console...") |
|||
Line 11: | Line 11: | ||
In "Console", choose "Stop firewall rules" to stop all firewall rules. | In "Console", choose "Stop firewall rules" to stop all firewall rules. | ||
− | = Redirect HTTPS issue | + | = Redirect HTTPS issue = |
Some browsers might have problem to access WFilter's https webUI. If you can not access webUI when "redirect to https" is enabled, please check below solutions: | Some browsers might have problem to access WFilter's https webUI. If you can not access webUI when "redirect to https" is enabled, please check below solutions: | ||
Line 18: | Line 18: | ||
<code> | <code> | ||
uci set uhttpd.main.redirect_https=0 | uci set uhttpd.main.redirect_https=0 | ||
+ | |||
uci commit | uci commit | ||
+ | |||
reboot | reboot | ||
</code> | </code> |
Latest revision as of 20:29, 14 July 2020
There are two possible reasons:
Contents |
[edit] 1 Firewall reason
Inproper firewall settings can block web-UI access.
[edit] 1.1 Solution
In "Console", choose "Stop firewall rules" to stop all firewall rules.
[edit] 2 Redirect HTTPS issue
Some browsers might have problem to access WFilter's https webUI. If you can not access webUI when "redirect to https" is enabled, please check below solutions:
- Try other browsers, firefox and chrome are recommended.
- Disable "redirect to https" in "Console"->"Terminal". Syntax:
uci set uhttpd.main.redirect_https=0
uci commit
reboot