I have setup a squid proxy which uses another proxy (called here internet-proxy on port 8080) to get to Internet sites. I use the below config lines, but when I try to access HTTPS sites I get timeouts and I sees that my squid proxy tries to get direct instead of using the internet-proxy. HTTP sites work fine. cache_peer internet-proxy parent 8080 7 default no-query no-digest cache_peer_domain internet-proxy !.internal.com !.internal2.com Do I need any additional config lines ? What debugging setting could I use ? Thank you Markus