Comment 11 for bug 1089405

Revision history for this message
Szádeczky-Kardoss Szabolcs (szabolcs-c) wrote :

Sorry, in my previous script the "export" keyword was missing for http_proxy, https_proxy and no_proxy:
...
 - echo "export http_proxy=http://user123:<email address hidden>:8080" > /etc/profile.d/proxy.sh && chmod 755 /etc/profile.d/proxy.sh
 - echo "export https_proxy=http://user123:<email address hidden>:8080" >> /etc/profile.d/proxy.sh
 - echo "export no_proxy=localhost,127.0.0.1,169.254.169.254,.sock,.example.com" >> /etc/profile.d/proxy.sh
...