Hi, I have some similar problem. Because my tablet has no proxy support I want to realize a transparent proxy for http and https requests. Moreover, all http and https request should be routet through a parent proxy server. my squid.conf: cache_peer IP parent 8080 0 proxy-only no-query default http_port 3128 transparent https port 0.0.0.0:3130 transparent cert=... key=... the iptables rules also are correct. squid -v shows enable-ssl. enable-ipfw-transparent, enable-ipf-transparent and enable-pf-transparent When I try to open on client a http website ist works fine. When I try to open a SSL website I get the warning because of not trustable website and so on. The problem is now that no https site will be opened - in access.log there is also no entry with https - some sites tries to forward to same http site and the browser detects an endless loop. Is there a problem that the transparent https request will be routed via the parent proxy? Regards, Markus -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/HTTPS-traffic-in-normal-transparent-proxy-tp1033647p4657194.html Sent from the Squid - Users mailing list archive at Nabble.com.