All,

I need help, I'm using squid pre-3 in order to reverse proxy to an Exchange server (OWA - 2003, I think) this works fine with the following two lines in squid.conf:

https_port 443 cert=/usr/local/squid/etc/squid_cert.pem key=/usr/local/squid/etc /squid_key.pem defaultsite=exchange.my-company.com
cache_peer exchange.my-company.com parent 443 0 no-query ssl proxy-only originserver sslflags=DONT_VERIFY_PEER login=PASS front-end-https=on


My problem is this: I need to add more web servers to my squid.conf, ie. I want clients to reach both https://new-server.my-company.com, and https://exchange.my-company.com via the same reverse proxy. What do I need to change/add to my current squid.conf? This case is well documented for version 2.x, but the mentioned 2 lines are quite different from anything I've seen in v. 2.x.

Any help would be greatly appreciated.

Thanx,
Francois Visser.




Reply via email to