[squid-users] multiple ssl sites reverse proxy

From: Daniel Alfonso <dalfonso_at_digitaltargetmarketing.com>
Date: Mon, 28 Nov 2011 14:51:17 -0500

Any suggestions as to what my config should have in addition to below? Single squid server caching/offloading SSL for a single origin webserver. Sites on origin server using name based hosting on the IP X.X.X.100

Each site uses a unique IP for http(s)

#Config
https_port X.X.X.1:443 accel cert=/certs/ domain1.crt key=/certs/ domain1.key cafile=/certs/cacert.crt defaultsite=www.domain1.com
http_port X.X.X.1:80 accel defaultsite=www.domain1.com
https_port X.X.X.2:443 accel cert=/certs/ domain2.crt key=/certs/ domain2.key cafile=/certs/cacert.crt defaultsite=www.domain2.com
http_port X.X.X.2:80 accel defaultsite=www.domain2.com
https_port X.X.X.3:443 accel cert=/certs/ domain3.crt key=/certs/ domain3.key cafile=/certs/cacert.crt defaultsite=www.domain3.com
http_port X.X.X.3:80 accel defaultsite=www.domain3.com
cache_peer X.X.X.100 parent 80 0 no-query originserver name=origin
cache_peer_access origin allow all
http_access allow all

Thanks for any suggestions/insight.

Regards,
Daniel
Received on Mon Nov 28 2011 - 19:52:51 MST

This archive was generated by hypermail 2.2.0 : Tue Nov 29 2011 - 12:00:03 MST