Henrik Nordstrom wrote:
tis 2007-01-23 klockan 16:46 -0500 skrev Benno Blumenthal:
Everything works fine, except that the Authorization: line is never
passed on to the servers, so they always refuse access to restricted
pages (I am using Digest Authentication here, but I have also tried
Basic authentication and it also fails).
See cache_peer. You need to tell Squid to trust the servers with
authentication credentials..
Regards
Henrik
Thank you, yes login=PASS is required. This solves the problem.
Benno