SQL 2012 SP1 missing SSL Certificate. Refuses to run/Cannot add another one.

Copper Contributor

So upon initial installation of SQL Server on Server 2012 Standard, it complained about the SSL Certificate and refused to start running.

 

Upon investigating, I see it did not have a SSL Certificate.  Using ISS, I created a self-signed one (personal), and imported a wildcard one.

 

Using MMC.exe, and the certificates snap-in,  I can see both certificates have been accepted, and available.

 

Then in the SQL Server Configuration Manager -> Network Configuration -> Protocols for MSSQLSERVER -> Properties -> Certificate.

 

The only one showing up there, is the self-signed certificate. So I have no choice but to select that one. 

 

I try starting SQL server again, yet another failure to start.

 

Here is a snippet of the log showing reason for failure.

 

2020-04-09 11:49:47.37 spid5s Server name is 'WIN-PG8G8NTNTOO'. This is an informational message only. No user action is required.
2020-04-09 11:49:47.39 spid10s The server could not load the certificate it needs to initiate an SSL connection. It returned the following error: 0x8009030d. Check certificates to make sure they are valid.
2020-04-09 11:49:47.39 spid10s Error: 26014, Severity: 16, State: 1.
2020-04-09 11:49:47.39 spid10s Unable to load user-specified certificate [Cert Hash(sha1) "64D668546DC836E5391D23A9D05C721CEFB7F08F"]. 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.
2020-04-09 11:49:47.39 spid10s Error: 17182, Severity: 16, State: 1.
2020-04-09 11:49:47.39 spid10s TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
2020-04-09 11:49:47.39 spid10s Error: 17182, Severity: 16, State: 1.
2020-04-09 11:49:47.39 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.
2020-04-09 11:49:47.39 spid10s Error: 17826, Severity: 18, State: 3.
2020-04-09 11:49:47.39 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.
2020-04-09 11:49:47.39 spid10s Error: 17120, Severity: 16, State: 1.
2020-04-09 11:49:47.39 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.

 

Any ideas on getting this resolved? Thank you

0 Replies