Hello,
Thank you for posting in Q&A forum.
This error occurs when there is an issue with the TLS (Transport Layer Security) configuration. Common reasons include:
- Disabled or misconfigured TLS protocols – The system might be trying to use a TLS version that is disabled.
- Group Policy settings blocking certain encryption protocols – A policy may be restricting TLS usage.
You can manually check and enable TLS 1.2 is enabled by checking the Registry, Group Policy and Cryptographic Services
Registry
- Open Registry Editor ().
regedit.exe
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
- If the key does not exist, then it is not enabled.
TLS 1.2
- If the key is there, check for a subkey called , and check in there for a DWORD (32-bit) Value named and ensure it is set to 1
ClientEnabled
Note If you modify the registry incorrectly, you can cause serious problems. Therefore, follow these steps carefully. For additional protection, back up the registry before you modify it. For more information about how to back up and restore the registry, see How to back up and restore the registry in Windows.
Check Group Policy for TLS Restrictions
- Open Local Group Policy Editor ().
gpedit.msc
- Navigate to:
Computer Configuration > Administrative Templates > Network > SSL Configuration Settings
- Check if any policies are restricting TLS versions.
- Ensure System cryptography: Use FIPS compliant algorithms is Disabled under:
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
Ensure Cryptographic Services Are Running
- Open Services ().
services.msc
- Find Cryptographic Services.
- Ensure it is set to Automatic and running.
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.