Re: proper https interception

2016-07-17 Thread Brendan Kearney
On 07/17/2016 04:59 PM, Evgeniy Sudyr wrote: Brendan, I'm also interesting for this topic as our company is preparing for switching most traffic to be SSL enabled soon. What I found so far are these quite informative articles: 1)

Re: proper https interception

2016-07-17 Thread Evgeniy Sudyr
Brendan, I'm also interesting for this topic as our company is preparing for switching most traffic to be SSL enabled soon. What I found so far are these quite informative articles: 1)

proper https interception

2016-07-17 Thread Brendan Kearney
i have iptables configured to redirect outbound HTTP to HAProxy, and then load balance to a couple of squid instances. the below works well: backend tproxy acl https ssl_fc http-request set-uri http://%[req.hdr(Host)]%[path]?%[query] unless https ... i have tried to