On Mon, 29 Mar 2004, Emre CELEBI wrote: > Im using squid 2.5 + ssl patch and succeded in reverse ssl proxiying of > only one web server, but there is a problem when there are more than one > servers inside.
Works fine.. > First of all, is it possible to reverse ssl proxying for more than one > servers with squid 2.5 + ssl patch? Yes, just as it is possible to reverse proxy any number of http sites. > what i want to do is just as follows; > httpd_accel_host virtual Are you sure "httpd_accel_host virtual" is what you want? Read the description very carefuylly. > cache_peer www.abc.com parent 443 0 no-query ssl sslflags=DONT_VERIFY_PEER > cache_peer www.def.com parent 443 0 no-query ssl sslflags=DONT_VERIFY_PEER You also need cache_peer_access to select which requests goes where when using cache_peer forwarding.. > how can i configure squid to make reverse for more than one server using > ssl with cache_peer method? once again is it possible? Yes. Regards Henrik
