proxy settings - GeneralElectric/TrueConnect-Link GitHub Wiki

TrueConnect-Link requires that if a proxy is required to make outbound https and http calls then environment variables must be set with the proxy server url.

 HTTP_PROXY=http://myproxy.someorg.com
 HTTPS_PROXY=http://myproxy.someorg.com

Remember that on Linux the environment variables names (HTTP_PROXY, HTTPS_PROXY) are case sensitive.