Hi all,
I'm having problems understanding the SSL configuration required in Azure for a RDS deployment. Everything's configured on my VM's and I'm trying to give access to the outside world to the Gateway Server on port 443 using a third party certificate.
I've uploaded the certificate as a PFX to the certificate section on the cloud service, I haven't done anything other then this at this point.
When connecting to the gateway with the RDP client I get the error
"This Computer can't verify the identity of the RD Gateway [Server Name]. It's not safe to connect to connect to servers that's can't be identified. Contact your network administrator for assistance."
This is because when hitting the service it's still using the built in Azure SSL certificate.
I've seen some suggestions that I might need to replace the cert thumbprint ID on the endpoint I've created but all the documentation I can find seems to be on web apps etc. with the config being performed in Visual Studio. Can anyone give me some clear direction on this?
Thanks in advance,
MB