Hi,
I have a Squid reverse proxy running with SSL support. People can
access it with https://domainA.com. No problem.
Now I want to set up another Squid proxy server to proxy it with SSL support.
That means https://domainA --> https://domainB.
My configuration file is similar like this for the parent.
Please help to set up the child squid to proxy this parent.
https_port 443 cert=/usr/newrprgate/CertAuth/testcert.cert
key=/usr/newrprgate/CertAuth/testkey.pem
defaultsite=mywebsite.mydomain.com vhost
cache_peer 10.112.62.20 parent 80 0 no-query originserver login=PASS
name=websiteA
acl sites_server_1 dstdomain websiteA.mydomain.com
cache_peer_access websiteA allow sites_server_1
http_access allow sites_server_1
http_access deny all
Received on Tue Aug 11 2009 - 04:00:14 MDT
This archive was generated by hypermail 2.2.0 : Tue Aug 11 2009 - 12:00:02 MDT