> > squid.conf > > ------------------- > > http_port proxyserver.com:80 > > https_port proxyserver:443 cert=/etc/httpd/conf.d/squid.crt > > key=/etc/httpd/conf.d/squid.key defaultsite=webserver.com:8443 > > cache_peer webserver.com parent 8443 0 no-query originserver > > You haven't told Squid that the peer is ssl encrypted.. With > the above configuration Squid will attempt to use http while > talking to the peer. > > Regards > Henrik OK, forgive my stupidity, but how do I tell Squid that the peer is ssl encrypted? I though that is what the cache_peer on port 8443 did. Thanks, Will