i need to make whitelist of domain.
i ran webproxy and add “allow” rules to access list, but proxy works only with http.
how can i make it work with https?
i not need to dig query path or page content, just check domain on first connection
Change the proxy rule to include both port 80 and 443. This will catch most https traffic.
whitelist the IP. If you try to redirect https traffic to the proxy the browser will show a certificate warning, because technically you do a man in the middle (attack).
“walled garden” in hotspot package seems to good works with https.
maybe there is way to catch https without webproxy?