I have the following scenario:
Single Server instance for RD Host, GW and WebApps on same box (host1.domain.local)
I have a trusted certificate installed on all roles as well as the RDP listener using WMI (RDSFarm.client.com & gateway.client.com)
RD GW Public FQDN: gateway.client.com
RD Host Internal FQDN: host1.domain.local (192.168.1.10)
Internal DNS Zone for: RDSFarm.client.com
Single A: Record pointing to the IP address of the host1.domain.local ("." = 192.168.1.10)
Connection information: GW->gateway.client.com
Here is the issue:
When my GW is set @ gateway.client.com and my Computer is set to the host1.domain.local, I get connected through the gateway, but get an error stating that my host1.domain.local doesn't match my trusted public certificate (RDSFarm.client.com)
When my GW is set @ gateway.client.com and my Computer is set to RDSFarm.client.com, it doesn't connect. The GW authenticates, but the server acts like it isn't doing a DNS lookup.
I've verified that Host1.domain.local is able to do a proper DNS query against RDSFarm.client.com. I've tried Hosts files.
Thoughts?
Blaze T. Lewis