[squid-users] Squid-cache authentication is not working

Jason Long hack3rcon at yahoo.com
Sat Sep 9 19:09:59 UTC 2023


Hi Alex,Thank you so much for your reply.My Squid-cache server IP is "192.168.1.2".I use Mozilla Firefox and set the proxy to "192.168.1.2:3128".What information do you need to tell you?

Sent from Yahoo Mail on Android 
 
  On Sat, Sep 9, 2023 at 5:56 PM, Alex Rousskov<rousskov at measurement-factory.com> wrote:   On 2023-09-09 09:09, Jason Long wrote:
> Hello,
> I installed the Squid-cache on Debian 12, then I installed the Apache utils:
> 
> $ sudo apt install apache2-utils
> 
> After it, I did the following steps:
> 
> $ sudo touch /etc/squid/passwd
> $ sudo chown proxy /etc/squid/passwd
> 
> Then:
> 
> $ sudo htpasswd /etc/squid/passwd jason
> 
> After it, I opened the "/etc/squid/squid.conf" file and add the following lines to it:
> 
> auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/passwd
> auth_param basic children 5
> auth_param basic realm Squid Basic Authentication
> auth_param basic credentialsttl 2 hours
> acl auth_users proxy_auth REQUIRED
> http_access allow auth_users
> http_access deny all
> 
> 
> Finally:
> $ sudo systemctl restart squid
> 
> But, on the client machine, I can visit any website without the username and password.
> Which part of the configuration is wrong?


Many things could go wrong, but I would start from the beginning: 
Perhaps the client (browser) is not configured to use the proxy? Do you 
see client transactions reflected in Squid access.log? Anything in Squid 
cache.log?

HTH,

Alex.


_______________________________________________
squid-users mailing list
squid-users at lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20230909/7acaf90a/attachment.htm>


More information about the squid-users mailing list