Re: [squid-users] OWA and SSL

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 10 Jan 2004 00:51:27 +0100 (CET)

On Fri, 9 Jan 2004, Derek Winkler wrote:

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

you should not be doing this. Accesses to the OWA should be via
cache_peer, not direcly.

Regards
Henrik
Received on Fri Jan 09 2004 - 16:51:38 MST

This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:05 MST