[squid-users] Auth conf help

Balázs Szabados szabados0701 at gmail.com
Mon Apr 13 23:26:17 UTC 2015


Hi,

I'd like to ask your help regarding configuring authentication with Squid.

My auth related conf:

auth_param digest program /usr/lib/squid/digest_pw_auth -c /etc/squid/passwd
auth_param digest children 5
auth_param digest realm squid
auth_param digest nonce_garbage_interval 5 minutes
auth_param digest nonce_max_duration 30 minutes
auth_param digest nonce_max_count 50
acl password proxy_auth REQUIRED
http_access allow password

My passwd file:

user1:squid:e43d870426864784e5961742f977a31b

For password, I used "pass".
If I run:
root at OpenWrt:~# echo -n 'user1:squid:pass' |md5sum
e43d870426864784e5961742f977a31b

However, when I want to authenticate, I get access denied all the time.
What did I wrong?

Thanks,
Balazs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20150414/040c8256/attachment.html>


More information about the squid-users mailing list