Jump to content

Recommended Posts

Posted

Evening all,

I've spend the day applying the new SSL wildcard to the servers, it has worked fine on the WAP and AD FS server however it is not allowing users to open up a connection. If I go to the RDS portal I can see the new cert, however after authenticating credentials and attempting to to open the session I get the error message "Your session ended because an unexpected server authentication certificate was received from the remote PC. Ask your admin or tech support for help."Has anyone had this in the past? If so how did you resolve it? I applied the cert using server manager and I can see the cert listed in IIS.Much appreciated

Posted
You may need to export the certificate from the MMC snap-in as a .cer file then run Import-RDWebClientBrokerCert “path to .cer”
  • 4 weeks later...
Posted

Yeah I managed to get this resolved eventually, I was only facing the issues on the HTML 5 version. Is yours working on the non-HTML5 version?

Here are the steps that I followed:

Get-RDWebClientBrokerCert

Shows the OLD certificate thumbprint, running this command (replacing the certificate with the exported BASE64 from MMC/Certificate)

Import-RDWebClientBrokerCert C:\temp\mycert.cer

And then just running this command for good measure

Publish-RDWebClientPackage -Type Production -Latest

and clearing every browser cache. The HTML5 client began to work.

 

- - - Updated - - -

 

Another thing I did notice too was that it did not begin to work until the old cert had expired. Once I had deleted the old cert it then worked.

  • Thanks 1
  • 1 year later...
Posted

Cheers, you're a lifesaver. Those PowerShell commands solved it for me as well.

I however did NOT have to delete the old cert.

Take care,

Giovanni

  • 1 month later...
  • 1 year later...
  • 1 year later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...