Hello,
I see extra spaces in
acl allowedips src " /etc/squid/allowedips.txt "
It should be
acl allowedips src "/etc/squid/allowedips.txt"
What is you format of the file itself?
Are you seeing the password prompt also when only http protocol is
used in communicaton?
Marek
2021-04-24 13:58 GMT
Morning,
I'm having an issue where even though I have my acl higher up in the
squid.conf, the user still gets prompted for a user:pass.
Here is a snippet of the config:
acl allowedips src " /etc/squid/allowedips.txt "
http_access allow allowedips
auth_param basic program /usr/lib/squid/basic_nc