Rexxer

Some tips for me and other

RDWeb and webclient don’t work cause: Your session ended because an unexpected server authentication certificate was received from the remote PC

The issue appeared after changing the main certificate. All the stuff in the console looked OK but published applications stopped working.

This link helped me: http://roundtec.blogspot.com/2019/09/replace-remote-desktop-broker.html

The certificate for WebClient must be changed too.

Load the RDWebClientManagement-module i PS elevated mode:

“Import-Module -Name RDWebClientManagement”

Check what certificate the WebClient expects now:

“Get-RDWebClientBrokerCert”

If this is the wrong one, transfer a .crt or .cer of the certificate on the broker an import it to the WebClient:

“Import-RDWebClientBrokerCert C:\certs\2019-10\certificate.crt”

Check again:

Get-RDWebClientBrokerCert

Comments are currently closed.