Devolutions Server cannot update when using a proxy

Auf dieser Seite

Following the update to .NET 8.0, environments using a proxy may experience issues when Devolutions Server attempts to perform an update.

Solution

To resolve this issue, configure Devolutions Server Console to use a custom proxy by defining the settings in an appsettings.json file:

  1. Navigate to the Devolutions Server Console installation directory (C:\Program Files (x86)\Devolutions\Devolutions Server Console, for example).

  2. In this directory, create a file named appsettings.json.

  3. Add your proxy configuration to the file using the following example:

  {
    "ProxySettings": {
      "Address": "XXX.XXX.X.XX:XXX",
      "BypassOnLocal": true,
      "ProxyCredentialSettingType": "WindowsCredentials",
      "Domain": "",
      "UserName": "",
      "Password": ""
    }
  }
  1. Save the file.

  2. Reopen the Devolutions Server Console and start the update process again.

Devolutions Forum logo Share your feedback