[squid-users] Reverse SSL virtual hosting

From: Emre CELEBI <ecelebi@dont-contact.us>
Date: Mon, 29 Mar 2004 18:25:18 +0300 (EEST)

hi all,

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.

First of all, is it possible to reverse ssl proxying for more than one
servers with squid 2.5 + ssl patch?

what i want to do is just as follows;

outside client --ssl-> squid --ssl--> www.abc.com
outside client --ssl-> squid --ssl--> www.def.com

To achive this i use

httpd_accel_host virtual
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

when try www.def.com/test.html i see these logs in squid access,

 http://www.def.com/test.html ... GET http://www.abc.com/test.html and get
404 not found error.

Obviously squid only can contact to www.abc.com cause its the parent peer,
but when i use sibling it doesnt make any difference.

how can i configure squid to make reverse for more than one server using
ssl with cache_peer method? once again is it possible?

Best Regards,
Emre.
Received on Mon Mar 29 2004 - 08:22:09 MST

This archive was generated by hypermail pre-2.1.9 : Thu Apr 01 2004 - 12:00:03 MST