mdrabble Posted May 18, 2021 Posted May 18, 2021 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.
Steve21 Posted May 18, 2021 Posted May 18, 2021 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
mdrabble Posted May 19, 2021 Author Posted May 19, 2021 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!
Steve21 Posted May 19, 2021 Posted May 19, 2021 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 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now