3

У меня довольно свежая установка Windows 8 на компьютере пользователя, и я вообще не могу подключиться к ней по RDP, она сразу выходит из строя и говорит, что не может подключиться. Вы можете подключиться к порту через telnet и увидеть, что RDP прослушивает правильный порт через netstat. Я пробовал с Windows 8 и Windows 7 хостов. Я видел следующие ошибки в журнале событий при попытке подключения.

Log Name:      System
Source:        Schannel
Date:          1/15/2013 5:07:05 PM
Event ID:      36870
Task Category: None
Level:         Error
Keywords:      
User:          SYSTEM
Description:
A fatal error occurred when attempting to access the SSL server credential private key. The error code returned from the cryptographic module is 0x8009030D. The internal error state is 10001.

а также

Log Name:      System
Source:        Schannel
Date:          1/15/2013 2:50:14 PM
Event ID:      36887
Task Category: None
Level:         Error
Keywords:      
User:          SYSTEM
Description:
A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 49.

Я также видел предупреждение ниже, но не уверен, связано ли это.

Log Name:      System
Source:        LsaSrv
Date:          1/15/2013 5:06:28 PM
Event ID:      6038
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Description:
Microsoft Windows Server has detected that NTLM authentication is presently being used between clients and this server. This event occurs once per boot of the server on the first time a client uses NTLM with this server.

NTLM is a weaker authentication mechanism. Please check:

      Which applications are using NTLM authentication?
      Are there configuration issues preventing the use of stronger authentication such as Kerberos authentication?
      If NTLM must be supported, is Extended Protection configured?

Details on how to complete these checks can be found at http://go.microsoft.com/fwlink/?LinkId=225699.

0