Jump to content

Recommended Posts

Posted

Updated the certificates on our RDS servers which use the HTML5 interface.

 

Updated certs using server manager - and show the correct thumbprint.

 

updated the Cert on the Broker using Import-RDWebClientBrokerCert

 

Cleared cache on browser but still getting Certificate mismatch error.

 

The thumbprint shown on the error is not the same as the new certificate -

 

Going to https://rds.domain/webclient/config/certbroker.cer allow me to download the cert and it show the correct thumbprint

 

So I have no idea where else to check.....

 

Anyone any ideas?

 

Cheers.

Posted

Honestly not done it manually in a while, but the script I set to do the renewal has for the html5 part it republishing it after the Import:

 

Import-RDWebClientBrokerCert C:\RDSCert\RDSCert.crt
Publish-RDWebClientPackage -Type Production -Latest

 

Might be worth a try?

 

Steve

Posted
Honestly not done it manually in a while, but the script I set to do the renewal has for the html5 part it republishing it after the Import:

 

Import-RDWebClientBrokerCert C:\RDSCert\RDSCert.crt
Publish-RDWebClientPackage -Type Production -Latest

 

Might be worth a try?

 

Steve

 

Yep tied that as still no joy.

 

I’ve done a file search for .cer files and can only find my new cert.

 

I’ve also tried

 

Get-ChildItem -Path Cert:LocalMachine\MY

 

And cannot see any trace of the thumbprint being reported as mismatched.

 

Might remove the HTML5 interface and reinstall.

 

Don’t remember it being this painful 80 days ago when I last replaced it!

Posted

I know you said about clearing cache of SSL, but always worth trying private browsing in another browser too to make sure it’s not just being silly on your end :p

 

You got a link to it? Happy to try from my side to see what it says just in case it is something silly

 

Steve

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...