Require TLS on RDP for all connections
Posted
by MarkM
on Server Fault
See other posts from Server Fault
or by MarkM
Published on 2009-11-12T04:26:46Z
Indexed on
2010/04/02
22:03 UTC
Read the original article
Hit count: 503
I have a 2008 DC and a 2008 AD CS server and a Windows 7 client. What I would like is to require the certificate to be used when RDPing to the server.
The certificate is valid, and if I connect using the FQDN I am shown that i was authenticated by both the certificate and Kerberos as expected. When I connect with just the hostname I am allowed to connect and am only authenticated by Kerberos, even though I have Require TLS 1.0 set on the server that I am RDPing to. I fully understand that the certificate will not be valid unless the server is accessed by FQDN, what I want to do is disallow connections that do not use the certificate AND Kerberos.
I thought that setting Require TLS 1.0 would do it. What am I missing?
© Server Fault or respective owner