Add a proxy in Devolutions Server
<environmentVariables> <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Production" /> <environmentVariable name="http_proxy" value="http://proxy:port" /> <environmentVariable name="https_proxy" value="http://proxy:port" /> </environmentVariables>
Last updated
Was this helpful?