myocella wrote:
Greeting
I have set up an upstream Squid proxy to receive proxy traffic from
other Squid servers.
I would like to log user access on the upstream proxy. The downstream
has this line:
cache_peer upstreamproxy.foo.com parent 8080 7 no-query login=*:foo
However, there is no username showing in the upstream Squid log.
What do I need to add into the Squid conf?
Your upstream Squid is not requiring authentication, so it's not being sent.
Currently it just allows access from dowstream IPs. No auth-param is setup.
Set up a auth-param which just replies "OK".
cheers,
myocella
Chris