Tag: CredSSP


Windows 10 Windows 8 RDP CredSSP Encryption Oracle Remediation Error Fix


После обновлений Windows10 при попытке подключиться к Windows Server 2012 или 2016 c Windows 10 выходит эта ошибка

This could be due to CredSSP Encryption Oracle Remediation

Помогает изменить ключ в реестре или добавить при его отсутствии по пути:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters] “AllowEncryptionOracle”=dword:00000002

Перезагрузка не требуется.

Так же можно удалить обновление KB4103727

Или можно скачать файл реестра, распаковать и запустить.


Затребованный пакет безопасности не существует


При попытке подключиться по RDP с Windows XP SP3 к терминальному серверу на Windows 2008 R2 выходит сообщение: “Затребованный пакет безопасности не существует”

Что бы это вылечить надо сделать следующее:

 

  1. Click Start, click Run, type regedit, and then press ENTER.
  2. In the navigation pane, locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. In the details pane, right-click Security Packages, and then click Modify.
  4. In the Value data box, type tspkg. Leave any data that is specific to other SSPs, and then click OK.
  5. In the navigation pane, locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders
  6. In the details pane, right-click SecurityProviders, and then click Modify.
  7. In the Value data box, type credssp.dll. Leave any data that is specific to other SSPs, and then click OK.
  8. Exit Registry Editor.
  9. Restart the computer.