[squid-users] grab hostnames via SNI to use it for parent proxy

2015-06-04 Thread Atman Sense
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

Re: [squid-users] grab hostnames via SNI to use it for parent proxy

2015-06-12 Thread Atman Sense
Am 2015-06-05 00:22, schrieb Amos Jeffries: You can block by SNI in the ssl_bump checks without having bumped the connection. Like so: # get the public TLS metadata (includes SNI) ssl_bump peek all # block based on SNI matching (or server cert matching) acl blocked ssl::server_name .examp