Quote:
Originally Posted by
Ikon
http_proxy and ftp_proxy does not control all applications. apt-get has their own setting in /etc/apt.conf similar to http_proxy but is separate and there are more.
I would like to make it system wide for all apps.
Not even Windows can easily force things which aren't proxy-aware (or which don't obey global proxy settings) to use an authenticated proxy.
To do this for all HTTP traffic bar none, you'd need to redirect, capture, and process it. Which, actually, could be possible. You would run a
squid HTTP proxy locally, and redirect traffic into it with iptables rules, and configure squid to use your local authentication. Squid has a huge variety of authentication options.