Skip to content

3.1 Proxies and environment variables

Thomas Hurek edited this page Jan 15, 2020 · 1 revision

If your network requires a proxy to connect to your HCL Digital Experience, you can set two environment variables before starting DXSync:

  • HTTP_PROXY is used for unsecure connections
  • HTTPS_PROXY is used for secure connections

The value must contain the schema, the host, and the port of the proxy, such as http://10.10.10.31:8080.

The following examples show environment variables and values for Windows™ and Linux™/OSX:

Windows™:

  • SET HTTP_PROXY=http://10.10.10.31:8080
  • SET HTTPS_PROXY=http://10.10.10.31:8080

Linux™/OSX:

  • export HTTP_PROXY=http://10.10.10.31:8080
  • export HTTPS_PROXY=http://10.10.10.31:8080

For more information about proxies, see "Controlling proxy behaviour using environment variables" on Request.

Clone this wiki locally