I'd like to do the following:
Browser --> Squid --> OWA
I've downloaded and compiled squid-3.0-PRE3-20040108 and gotten the certificate from IIS into squid.
Can anyone help with a squid.conf to allow access to the OWA server using both http and https?
Here's what I have so far but it really doesn't work...
visible_hostname whatever.algorithmics.com
cache_mgr whatever@algorithmics.com
https_port 443 cert=/opt/squid/etc/xxxxxxx.algorithmics.com.crt key=/opt/squid/etc/xxxxxxx.algorithmics.com.key \
accel defaultsite=xxxxxxx.algorithmics.com
cache_peer xxxxxxx.algorithmics.com parent 80 0 no-query front-end-https=auto
acl owa-host dst 1.1.1.15/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl my-net src 2.0.0.0/255.0.0.0
no_cache deny owa-host
always_direct allow owa-host
http_access allow owa-host
http_access allow my-net
http_access deny all
Thanks in advance,
Derek
Received on Fri Jan 09 2004 - 13:55:06 MST
This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:05 MST