How to set up a squid Proxy with basic username and password authentication? [closed]
Here’s what I had to do to setup basic auth on Ubuntu 14.04 (didn’t find a guide anywhere else) Basic squid conf /etc/squid3/squid.conf instead of the super bloated default config file auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/passwords auth_param basic realm proxy acl authenticated proxy_auth REQUIRED http_access allow authenticated # Choose the port you want. Below we … Read more