Re: [squid-users] IE Hanging After Authentication

From: Henrik Nordström <hno@dont-contact.us>
Date: Wed, 21 Aug 2002 08:12:34 +0200 (CEST)

On Wed, 21 Aug 2002, Gary Barnden wrote:

> cache_peer PROXY2 parent 8888 0
> acl private_nets dst 192.168.0.0/255.255.0.0
> cache_peer_access PROXY2 allow private_nets
>
> Now when i go to the URL i get prompted for a username and password as
> normal, but after entering
> that the browser times out. Doing a tcpdump on the main proxy indicates
> that the proxy is going direct
> to the 172.16.x.x address for authentication. This is not desired :-)

You will also need

never_direct allow private_nets

to force Squid to use a parent (i.e. PROXY2) for private_nets.

If not your second Squid will attempt to go direct it it deems that the
request is of a type where the response cannot be cached as there is no
point in using a prarent cache for such requests unless one have to...

Regards
Henrik
Received on Wed Aug 21 2002 - 00:12:41 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:45 MST