Re: [squid-users] R: R: Problem with Squid 3.4 and transparent SSL proxy

2014-11-12 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/2014 9:55 p.m., Job wrote: > Thank you Amos, for everything. > > I route with REDIRECT all outgoing connection to port tcp/443 from > my LAN: > > iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT > --to-port 3130 > > in squid, i

[squid-users] R: R: Problem with Squid 3.4 and transparent SSL proxy

2014-11-12 Thread Job
Thank you Amos, for everything. I route with REDIRECT all outgoing connection to port tcp/443 from my LAN: iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 3130 in squid, i have these configurations: http_port 3128 http_port 3129 intercept https_port 3130 intercept ssl-bum