Hello all,
I'm working on a project now which has five RDS servers, four of which are Session Hosts, and one functions as both RDS Gateway and RD Connection Broker. I've got my Four session hosts setup as a RDS Farm using DNS Round-Robining combined with
Connection Broker and internally I can access the RDS Farm with only a few issues, namely an error that
![]()
If I click Yes, to Connect Despite these certificate errors, I then get the same message again for another RDS Farm host.
Here is what I think is happening. When I connect to rds.company.org, DNS has four entries listed, one for each host, so my connection goes to one of them, which prompts this message the first time. This then uses connection broker to route to
the most available host, prompting the message to display a second time.
My company ordered the SSL certificates for me, so now we have five of them:
Name
----
certificate.crt
Intermediary_Certificate_1.crt
Intermediary_Certificate_2.crt
Privatekey.key
Root_Certificate.crt
My questions are this :
- What do I do with these certificates to get rid of the messages we're seeing?
- How do I then allow remote users to connect to this RDS farm without also getting these errors? We have public DNS entries now pointing to the RDS farm, but externally, I can't seem to connect to my farms address if I put the name "remote.company.org"
in my Remote Desktop Connection Client.
Thanks guys for any help you can give. I feel like RDS is one of those lingering undocumented technologies. I've checked all the usual sources before coming here.