diff --git a/sos/report/plugins/foreman.py b/sos/report/plugins/foreman.py index a034854c68..c18cac9ddf 100644 --- a/sos/report/plugins/foreman.py +++ b/sos/report/plugins/foreman.py @@ -300,7 +300,7 @@ def collect_proxies(self): self.add_env_var([ 'HTTP_PROXY', 'HTTPS_PROXY', - 'NO_PROXY', + 'NO_PROXY', 'ALL_PROXY', ]) diff --git a/sos/report/plugins/foreman_proxy.py b/sos/report/plugins/foreman_proxy.py index 81e9836bd9..e958e25946 100644 --- a/sos/report/plugins/foreman_proxy.py +++ b/sos/report/plugins/foreman_proxy.py @@ -45,7 +45,7 @@ def setup(self): self.add_env_var([ 'HTTP_PROXY', 'HTTPS_PROXY', - 'NO_PROXY', + 'NO_PROXY', 'ALL_PROXY', ])