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
- Stop Resilio Management Console.
-
Edit the srvctl file and add the following exports:
An IP address or a DNS hostname can be used as proxy address.
-
Start Resilio Management Console.
Windows
-
Stop Resilio Management Console.
-
Edit system variables and set two new variables (uppercase as illustrated)
HTTP_PROXYwith valuehttp://proxyaddr:portHTTPS_PROXYwith valuehttp://proxyaddr:port
An IP address or a DNS hostname can be used as proxy address.
-
Start the Management Console service. Use Process Explorer tool to verify that env vars are visible to the MC service process.

