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

This occurs when TLS 1.2 is not the default for the .NET Framework.  The following Windows Registry changes need to occur:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]

"SystemDefaultTlsVersions"=dword:00000001

Still need help? Contact Us Contact Us