On 8/13/2014 12:52 PM, agent_js03 wrote:
Awesome, so if I change my squid.conf accordingly, do I redirect all traffic
to port 3128 or do I redirect http to 3129 and https to 3130 accordingly?



--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/HTTP-HTTPS-transparent-proxy-doesn-t-work-tp4667193p4667201.html
Sent from the Squid - Users mailing list archive at Nabble.com.



Just use the primary port 3128 for all proxy requests. Think of 3128 as the gateway, and then the other 2 as the internal routing ports.

"http_port 3129 intercept" will intercept the insecure http requests,
"https_port 3130 intercept ssl-bump..." will intercept the secure site requests.

Reply via email to