Re: [squid-users] Squid authentication doesn't prompt user

From: Ilker Gokhan <ilker.gokhan@dont-contact.us>
Date: Mon, 23 Sep 2002 14:36:09 +0300

Ian Moore wrote:
> Our cahe is using our ISP's proxy as a parent, but their proxy doesn't
> require authentication to use it - could the problem be due to that perhaps?

AFAIK No. Proxy authentication header is sent by first proxy even if it
stands on a hierarcy farm. I guess you need to change order of LOCALSRC
and AUTHLOGIN lines.

acl AUTHLOGIN proxy_auth REQUIRED
http_access allow AUTHLOGIN
http_access allow HOSTSRC
http_access deny !Safe_ports
http_access allow manager WEBSVR
http_access allow manager HOSTSRC
http_access deny manager
http_access allow LOCALSRC
http_access deny ALLSRC

Best regards,
Ilker G.
Received on Mon Sep 23 2002 - 05:34:06 MDT

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