I've been struggling with a certificate issue for some time now in my test environment. I have an SSL cert with a common name of docgw.jdisonsite.com, my domain name is ad.092674.jdisonsite.com. My RDS deployment consists of:
docrdbroker01 - connection broker & licensing
docrdgwy01 - web access and gateway
rdsh01-04 - session hosts.
I've configured my deployment to use the ssl cert I purchased from godaddy and web access trusts the cert. However when I try to launch one of my applications I get the following error message:
The identity of the remote computer cannot be verified:
Name mismatch:
Requested Remote computer: docrdbroker01.jdisonsite.com
Name in the certificate from the remote computer: docgw.jdisonsite.com
Certificate errors: The server name on the certificate is incorrect.
I've added a DNS entry for docrdbroker01.jdisonsite.com and it resolves to the broker. This is in a test environment, in my production environment I use a wildcard (*.jdisonsite.com) and using the Set-RDPublishedName.ps1 script and all is well https://gallery.technet.microsoft.com/Change-published-FQDN-for-2a029b80 This doesn't seem to provide the same result in my test environment.
My question is do I need to purchase a UUC SSL and add docbroker01.jdisonsite.com as an alternative name or is there another way to fix this?