Hi,

I'm using privoxy in transparent/intercepting mode to filter tracking sites. Because many sites switched to https I want to block https sites, too (only by hostnames, I don't want to decrypt the SSL connections).

My idea was to use squid to intercept https connections and peek/splice to get the hostname via SNI.

The problem is: When using a parent proxy, squid always "CONNECT" the IP and not the hostname, even if it is aware of it through SNI. Can I get squid to use the hostnames instead of IPs?

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to