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@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
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users