'Error message: A fatal error occurred while creating a TLS client credential. The internal error state is 10013

After the server has been rebooted, my iis hosted website on login fails. I have started seeing the error "A fatal error occurred while creating a TLS client credential. The internal error state is 10013." in the System Logs. Please let me know if something can be done to fix this issue. Thanks Click here to view the error message image



Solution 1:[1]

  1. Open Registry Editor, by “Run regedit”.
  2. Got to below directory ? HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0
  3. On the Client subfolder set the Enabled Data to 1, set the DisabledByDefault Data to 0.
  4. On the Server subfolder set the Enabled Data to 1, set the DisabledByDefault Data to 0.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Prem