sön 2009-08-16 klockan 11:43 -0400 skrev fulan Peng: > You may say, why do not make a Squid SSL reverse proxy Server <--> > Another Squid SSL reverse proxy server. But as I know, Squid cannot do > this. Sure it can. a SSL reverse proxy is just like any other webserver. i.e. something like the following cache_peer ip.of.reverseproxy 443 0 no-query originserver ssl depending on the certificate used you may also need other options telling Squid how to verify the certificate validity. Regards Henrik