Hello,
In our environment we have a squid proxy for access internet. On our heavy forwarder quite often we have problem that all apps (even those that doesn't need) suddenly stop working because they try to access the proxy via 127.0.0.1:8089 (and of course they are getting an access denied)
Even if I disable the proxy from an app (just for test) for some reason it still tries to go this.
I have setup the linux environmental variables (http_proxy,https_proxy,no_proxy) to whitelist localhost,127.0.0.1 to go through 'no_proxy'
If I restart the whole server then they are working just fine until they start again this.
Any idea why this may happen?