Update Manager 11.0 | Using Update Manager | Troubleshooting Connectivity Issues | Connection Issues when Using NTLM Proxy Server on a *nix Machine
 
Connection Issues when Using NTLM Proxy Server on a *nix Machine
When using Update Manager on a *nix machine, you may encounter connectivity issues with reaching SDC or any other internal server if you have an NTLM proxy setup in your environment. This is related to some specific behavior of the NTLM proxy on *nix machines. To resolve this problem, you have to set the following two variables in the same session that you are running Update Manager:
export http_proxy=http://<USERNAME>:<PASSWORD>@<SERVER>:<PORT>/
export https_proxy=https://<USERNAME>:<PASSWORD>@<SERVER>:<PORT>/
This results in the OS being explicitly notified for using an NTLM proxy and should resolve the connectivity problem.