Thanks amos
How to force squid to not ask authentification method for localhost and
squidclient ?
On 04/06/2010 08:22, Amos Jeffries wrote:
David Touzeau wrote:
Dear all
i would like to use squidclient in order to get informations from
squid 3.1.4
but squid does not want to accept connexions:
mail - - [03/Jun/2010:19:03:05 -0400] "GET
cache_object://127.0.0.1/info HTTP/1.0" 407 3451 TCP_DENIED:NONE
mail - - [03/Jun/2010:19:03:05 -0400] "GET
cache_object://127.0.0.1/counters HTTP/1.0" 407 3467 TCP_DENIED:NONE
here is is my config , what's wrong ? :
<snip>
acl ldapauth proxy_auth REQUIRED
http_access allow ldapauth
<snip>
That is what is "wrong". You did not send authentication details from
squidclient. (-u parameter)
Amos