I am also have the same error. TLS1.0 disabled. SQL Server cannot start. if Tls enabled can start. How to disable TLS1.0 and keep SQL Server working?
Installed all patches below:
Still the SQL Server 2012 cannot start as per error below.
A fatal error occurred while creating an SSL client credential. The internal error state is 10013. The server was unable to initialize encryption because of a problem with a security library. The security library may be missing. Verify that security.dll exists on the system. TDSSNIClient initialization failed with error 0x139f, status code 0x80. Reason: Unable to initialize SSL support. The group or resource is not in the correct state to perform the requested operation. TDSSNIClient initialization failed with error 0x139f, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. The group or resource is not in the correct state to perform the requested operation. Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log. SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
SQLLog
2018-07-12 11:16:25.10 spid10s The server could not load the certificate it needs to initiate an SSL connection. It returned the following error: 0x80090331. Check certificates to make sure they are valid. 2018-07-12 11:16:25.11 spid10s Error: 26014, Severity: 16, State: 1. 2018-07-12 11:16:25.11 spid10s Unable to load user-specified certificate [Cert Hash(sha1) "1E40ACCA7AB499E2967FE691A9FBCCAA39A122CC"]. The server will not accept a connection. You should verify that the certificate is correctly installed. See "Configuring Certificate for Use by SSL" in Books Online. 2018-07-12 11:16:25.11 spid10s Error: 17182, Severity: 16, State: 1. 2018-07-12 11:16:25.11 spid10s TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property. 2018-07-12 11:16:25.11 spid10s Error: 17182, Severity: 16, State: 1. 2018-07-12 11:16:25.11 spid10s TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property. 2018-07-12 11:16:25.11 spid10s Error: 17826, Severity: 18, State: 3. 2018-07-12 11:16:25.11 spid10s Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log. 2018-07-12 11:16:25.11 spid10s Error: 17120, Severity: 16, State: 1. 2018-07-12 11:16:25.11 spid10s SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
Is there a solution for this?
User contributions licensed under CC BY-SA 3.0