You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...)
The text was updated successfully, but these errors were encountered:
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
.
=> Error, unregistered user can not access https
=> Done, unregistered users can access https (facebook, google ...)
The text was updated successfully, but these errors were encountered: