Re: [squid-users] original_dst wrong when using intercept

2018-05-22 Thread Amos Jeffries
On 23/05/18 09:27, monopot wrote: > I'm trying to setup a Squid proxy to use in one of our AWS accounts. If I > put Squid in with a basic http/https filtering setup (no interception) it > all works great, but the problem is my company wants us to do HTTPS > interception so I need to use ssl bump.

Re: [squid-users] original_dst wrong when using intercept

2018-05-22 Thread Alex Rousskov
On 05/22/2018 03:27 PM, monopot wrote: > ssl_bump peek step1 all > ssl_bump peek step2 all > ssl_bump splice step3 all > ssl_bump terminate step2 all Sorry, I cannot answer your primary question, but please note that the above SslBump configuration is equivalent to ssl_bump peek all ssl_bump

[squid-users] original_dst wrong when using intercept

2018-05-22 Thread monopot
I'm trying to setup a Squid proxy to use in one of our AWS accounts. If I put Squid in with a basic http/https filtering setup (no interception) it all works great, but the problem is my company wants us to do HTTPS interception so I need to use ssl bump. Now if I set Squid up following the AWS