ICDx not horing proxy settings
The ICDx installer uses the Linux environment proxy settings in this order:
■ https_proxy
■ http_proxy
Above settings are case-sensitive.
Add the following lines, modifying appropriately. You must duplicate in both upper-case and lower-case in case of sharing with other programs running on the same machine
http_proxy="http://myproxy.server.com:8080/" https_proxy="http://myproxy.server.com:8080/" ftp_proxy="http://myproxy.server.com:8080/" no_proxy="localhost,127.0.0.1,localaddress,.localdomain.com" HTTP_PROXY="http://myproxy.server.com:8080/" HTTPS_PROXY="http://myproxy.server.com:8080/" FTP_PROXY="http://myproxy.server.com:8080/" NO_PROXY="localhost,127.0.0.1,localaddress,.localdomain.com"