I don’t use hotspot, but doesn’t it do what it should, as described in manual?
Whether to redirect unauthenticated user to hotspot login page, if he is visiting a https:// url. Since certificate domain name will mismatch, often this leads to errors, so you can set this parameter to “no” and all https requests will simply be rejected and user will have to visit a http page.
https-redirect=yes
if unlogged user try to open https website, it will be redirected to hostpot login with https. same behavior as previous version
so browser will show cert warning because cert common name is not same with domain
https-redirect=no
if unlogged user try to open https website, it will be rejected/refused so browser will error like there is no internet access
https-redirect=yes
if unlogged user try to open https website, it will be redirected to hostpot login with https. same behavior as previous version
so browser will show cert warning because cert common name is not same with domain
This part doesn’t work. Basically it just does the below:
https-redirect=no
if unlogged user try to open https website, it will be rejected/refused so browser will error like there is no internet access
Anyone else managed to test? I can see the firewall rule getting hit, but nothing happens.