> Hello FredB, please help me understand the logic why transparent
> https filtering is not working on e2guardian v4 and below. If I get
> it right, the only difference between transparent and explicit proxy
> is the addition of firewall which redirects the traffic to
> e2guardian port. Your information is highly appreciated as I am
> looking for a work around to make this work on OpenWRT.
It's not totally right transparent proxy works with v4, but not for HTTPS websites
In this case the situation is really different for the browser because the proxy is unknown.
There is no solution, the proxy must be able to capture and redirect the SSL traffic
An encrypted session is established between browser and remote webserver and for that it uses certificate with public and private key pairs.
So I'm sorry but you have not many choices
- Filtering only HTTP and let HTTPS (with iptable rules)
- Upgrade to v5
- Use implicit proxy mode
Fred