<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I'd like to ask your help regarding configuring authentication with Squid.<br><br></div>My auth related conf:<br><br>auth_param digest program /usr/lib/squid/digest_pw_auth -c /etc/squid/passwd<br>auth_param digest children 5<br>auth_param digest realm squid<br>auth_param digest nonce_garbage_interval 5 minutes<br>auth_param digest nonce_max_duration 30 minutes<br>auth_param digest nonce_max_count 50<br>acl password proxy_auth REQUIRED<br>http_access allow password<br><br></div>My passwd file:<br><br>user1:squid:e43d870426864784e5961742f977a31b<br><br></div>For password, I used "pass".<br></div>If I run:<br>root@OpenWrt:~# echo -n 'user1:squid:pass' |md5sum<br></div>e43d870426864784e5961742f977a31b<br><br></div>However, when I want to authenticate, I get access denied all the time.<br></div>What did I wrong?<br><br></div>Thanks,<br></div>Balazs</div>