Following the update to .NET 8.0, environments using a proxy may experience issues when Devolutions Server attempts to perform an update.
To resolve this issue, configure Devolutions Server Console to use a custom proxy by defining the settings in an appsettings.json file:
Navigate to the Devolutions Server Console installation directory (
C:\Program Files (x86)\Devolutions\Devolutions Server Console, for example).In this directory, create a file named
appsettings.json.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": ""
}
}
Save the file.
Reopen the Devolutions Server Console and start the update process again.