Re: [squid-users] Strange Squid SSL Interception Behavior

2020-08-26 Thread Mathew Brown
Thanks Alex From: Alex Rousskov Sent: Wednesday, August 26, 2020 11:54 PM To: Mathew Brown ; squid-users@lists.squid-cache.org Subject: Re: [squid-users] Strange Squid SSL Interception Behavior On 8/26/20 9:13 AM, Amos Jeffries wrote: > On 26/08/20 11:03

Re: [squid-users] Strange Squid SSL Interception Behavior

2020-08-26 Thread Mathew Brown
wrote: > On 8/25/20 6:15 PM, Mathew Brown wrote: > >> http_access deny CONNECT !SSL_ports >> http_access allow localnet CONNECT > AIUI, this would be better if it works: http_access deny CONNECT !SSL_ports http_access allow CONNECT step1 Amos _

Re: [squid-users] Strange Squid SSL Interception Behavior

2020-08-25 Thread Mathew Brown
non SSL ports) and because of this, it was not be able to proceed in the SSL bumping path. Is my understanding correct? Thanks From: Alex Rousskov Sent: Tuesday, August 25, 2020 11:24 PM To: Mathew Brown ; squid-users@lists.squid-cache.org Subject: Re: [squid

Re: [squid-users] Strange Squid SSL Interception Behavior

2020-08-24 Thread Mathew Brown
ptables -t nat -A OUTPUT -p tcp -m tcp --dport 443 -m owner --uid-owner root -j RETURN iptables -t nat -A OUTPUT -p tcp -m tcp --dport 443 -m owner --uid-owner proxy -j RETURN iptables -t nat -A OUTPUT -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 3130 ________ From: Alex

[squid-users] Strange Squid SSL Interception Behavior

2020-08-24 Thread Mathew Brown
Hi, I'm currently trying to configure transparent SSL proxying and running into a strange error that has me scratching my head for hours. I'm using Squid 4.11 (I also tried this with 4.12) with SSL support from here - http://squid411.diladele.com/ubuntu/ on Ubuntu 18.04. I set up the necessary