The error message you are encountering in Remote Desktop Connection is related to CredSSP encryption oracle remediation. This typically happens due to a mismatch between the CredSSP settings on the client and server.
Solution Steps:
Option 1: Update Windows on Both Client and Server
Ensure both the client (your PC) and the server (the remote machine) have the latest Windows updates installed. Microsoft released security patches for this issue.
Option 2: Change Local Group Policy (Easiest)
- Press
Win + R
, typegpedit.msc
, and press Enter. - Navigate to:
- Find Encryption Oracle Remediation and double-click it.
- Set it to Enabled.
- Under Protection Level, select Vulnerable.
- Click Apply and OK.
- Restart your computer and try connecting again.
Option 3: Modify Windows Registry (If Group Policy is Not Available)
- Press
Win + R
, typeregedit
, and press Enter. - Navigate to:
- Locate the AllowEncryptionOracle key.
- If it doesn't exist, create a DWORD (32-bit) Value named AllowEncryptionOracle.
- Set the value to 2.
- Restart your computer and try connecting again.
Option 4: Enable Network Level Authentication (NLA) on the Server
If you have access to the remote machine, enable NLA:
- On the remote machine, right-click This PC → Properties.
- Click Remote settings.
- Under Remote Desktop, check "Allow connections only from computers running Remote Desktop with Network Level Authentication".
- Click Apply → OK.
Final Check
After applying one of these fixes, try connecting again. If it still fails, verify that both systems are fully updated.
Không có nhận xét nào:
Đăng nhận xét