I want to know if with Squid I can use as a proxy with basic auth, to use with cURL for example:
curl -vvv "https://ifconfig.me" -x user:password@localhost:8000
Where localhost is the Squid instance.
Is it possible with Squid and HTTPS websites?