Janis wrote:
Quoting Chris Robertson <crobertson@xxxxxxx>:
On the parent server is acl allowing this secondary server to connect.
Are you using an http_port, or an https_port directive on the parent
server? What does it look like?
it looks so:
http_port IP:port
Janis
So the child Squid is trying to negotiate an SSL connection with a port
on the Parent that's not set up to accept it. See
http://www.squid-cache.org/Versions/v3/3.0/cfgman/https_port.html for
the proper directive to terminate an SSL connection.
Chris