Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: RDP Error: The identity of the remote computer cannot be verified  (Read 4312 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
I often receive the message “The identity of the remote computer cannot be verified.Do you want to connect anyway?“, when I was connecting the Windows Server from my workstation using RDP client.



From the details in the error prompt, I could understand that the RDP client is trying to validate the remote server’s certificate. The RDP client throws error prompt when it could not trust the certificate. The good thing is, the RDP client allows us to bypass the certificate validation and connect to the server any way.

The Ideal solution for this is to apply the correct certificate on the server. The Microsoft support article (http://support.microsoft.com/kb/2000960) explains how to verify the selected certificate on the server.

In my case, I don’t have the control over the servers. But I’m sure the servers I connect, are trust worthy. So, It is annoying to see this error message every time when I connect to the servers. And, every time I have to select the check box “Don’t ask me again for connecting this computer“.

On searching the web, I came across an article on bypassing this error prompt. Below are the steps I’ve followed to bypass the RDP certificate check error. The registry setting should done in the workstation. No need to change anything on the server. I’m just presenting the fix identified by Scott in a step by step way, to make it simple for everyone. This fix worked for my Windows 8 workstation. The servers, I often connect are Windows Server 2008 and Windows Server 2008 R2. I’m no more seeing the error prompt.

NOTE: Please make sure the servers you remote desktop is trust worthy, before adding this registry entry to bypass the prompt.

Bypassing identity of the remote computer verification:

1. In your workstation, go to run command prompt.

2. Type in regedit and hit enter button.

3. In the registry editor window, go to HKEY_LOCAL_MACHINE –> Software –> Microsoft –> Terminal Server Client.



4. Right click Terminal Server Client and select New and then select DWORD.



5. Name the new DWORD entity as AuthenticationLevelOverride.

6. Edit AuthenticationLevelOverride and make sure the value is 0.
Close the Regedit.

7. Now try to remote in to the same server using the remote desktop client.

Cheeerss!!!!!!!!!
« Last Edit: August 25, 2014, 02:59:53 pm by sajugovind »