wifidog / wifidog-gateway

Repository for the wifidog-gateway captive portal designed for embedded systems
GNU General Public License v2.0
756 stars 319 forks source link

Timeout device not authenticate, https #285

Open cuongbn opened 6 years ago

cuongbn commented 6 years ago

Timeout device not authenticate When I allow users to login via Facebook (I open https 443), they can access Facebook without logging in. How to force them to log in or exit of the network. I know the CheckInterval and ClientTimeout variables only apply to logged in users

https When I open the https 443 port

FirewallRuleSet unknown-users {
       FirewallRule allow tcp port 443

. => Error, unregistered user can not access https

FirewallRuleSet global {
       FirewallRule allow tcp port 443

 => Done, unregistered users can access https (facebook, google ...)