-
Notifications
You must be signed in to change notification settings - Fork 1
proxy settings
Jonathon Penberthy edited this page Mar 2, 2018
·
1 revision
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.