Re: [squid-users] ACL processing

2016-03-10 Thread Alex Rousskov
On 03/10/2016 06:12 PM, Alex Samad wrote: > how can I set it up so that specific URL's are not bumped You cannot. Peeking or staring at unencrypted SSL client and server details does not provide Squid with HTTP/URL-level information. Your splicing/bumping decision has to be made based on unencryp

[squid-users] ACL processing

2016-03-10 Thread Alex Samad
Hi i have # Test src IPS acl testIP src "/etc/squid/lists/noSSL-testip.lst" # list of sites to splice only acl spliceOnly_domain ssl::server_name "/etc/squid/lists/noSSL-spliceonly.lst" acl spliceOnly_url urlpath_regex -i "/etc/squid/lists/noSSL-spliceonly-url.lst" # for testing # anything not