[squid-users] Help with UA filtering in https connections

2017-12-28 Thread squidnoob
Hi there, I'm a squid noob. I have been trying to configure squid for the past 3 days looking high and low on the interwebs and have not found exactly what i'm looking for. Here's the context: - the squid server is running in a server environment. It will not serve end-users, but servers. - priv

Re: [squid-users] Help with UA filtering in https connections

2017-12-29 Thread squidnoob
Ahh that's it! Thank you for your help! For anyone interested, i'm posting the working config i'm using. Hopefully this helps someone. # # Working on squid version: 3.5.23 # # The general purpose of this configuration is: # - only allow a set of whitelisted domains through the proxy # - option t

Re: [squid-users] Help with UA filtering in https connections

2017-12-29 Thread squidnoob
Yes to clarify, this is basically trying to filter server egress traffic to the internet. It's not for internal server to other internal server traffic. -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ s

Re: [squid-users] Help with UA filtering in https connections

2018-01-02 Thread squidnoob
In my existing config, i have: # delay filtering decisions until we get to bumped requests http_access allow CONNECT safe_ports http_access deny CONNECT I understand adding this line that you suggested as it's not already there. http_access deny !safe_ports However, i don't understand why i