Skip to content

Configuring Management console to use proxy connection to license and feedback servers

Resilio Connect Management Console can be configured to contact Resilio feedback and license servers via proxy. This can be done through configuring custom environment variables. Follow the steps below.

HTTPS certificate validation

In case your the server where proxy is installed somehow processes or changes the https certificate received from third party servers, you might also need to skip certificate check using NODE_TLS_REJECT_UNAUTHORIZED=0 variable, but it's highly not recommended

Linux

  1. Stop Resilio Management Console
  2. Edit the srvctl file and add the following exports:

    export https_proxy=http://:/
    export http_proxy=http://:/

    IP or DNS can be used as proxy address.

  3. Start Resilio Management Console

Windows

  1. Stop Resilio Management Console

  2. Edit system variables and set two new variables (uppercase as illustrated)
    HTTP_PROXY with value http://proxyaddr:port
    HTTPS_PROXY with value http://proxyaddr:port

    IP or DNS can be used as proxy address.mceclip0.png

  3. Start the Management Console service. Use Process Explorer tool to verify that env vars are visible to the MC service process. mceclip1.png