Ubuntu – How do system wide proxy settings work

configurationPROXY

Back in Windows land, it was only Chrome and IE and few other softwares that used IE's internal proxy settings. I'm interested to know how does it work in Ubuntu/Linux in general?

Often just setting the HTTP_PROXY environment variable would be caught by the program, it seems to me, but it is all that open network-proxy does ? Can softwares neglect this setting, by making direct connections? Is it actually up to them to decide ? Or if once I set a system wide proxy setting, it re-routes everything ?

Best Answer

System wide proxy settings are just another consolidated place for proxy settings. It actually modifies the places where different apps' config files. Have you noticed, system wide proxy setting asks for password 2 times? This is mainly because of the modification of two admin files which corresponds to config file.

And yes, from 10.10 and 11.10, some apps have been left out of system wide proxy setting most notable among them is the synaptic.

and moreover, apps can bypass the system wide setting and make use of their own setting again most notable synaptics and Mozilla Firefox(which contains system settings option as well).