Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Sep 2, 2021 11:07:42 AM
Aaryan
Feb 26, 2020 2:52:23 PM
The Windows system event log shows Schannel EventID 36871 errors.
See Error A fatal error occurred while creating a TLS client credential. The internal error state is 10013
TLS 1.2 Server setting was not updated correctly:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] "DisabledByDefault"=0xffffffff "Enabled"=dword:00000001
For script that enabled only TLS 1.2, see TLS and SSL Support in Qlik Sense: How to configure Qlik Sense and TLS
Edit the Windows registry to enable TLS 1.2.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2] [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001