I had an issue trying to get a SQL server to use a certificate to secure a connection with SSL.
The certificate was selected in SQL configuration manager but when the SQL service was restarted, it would fail with an EventID 26104 indicating it couldn't read find the certificate.
After a bit of googling, I found this:
http://nickstips.wordpress.com/2010/09/08/sql-ssl-and-sql-server-2008-service-doesnt-start-error-code-2146885628/
Turns out, if you run your SQL server under a non-privileged account as per best practice, the account can't read the private key of the certificate.
Altering the certificate permissions to allow your SQL server to read the certificate private key allows the SQL server to start.
I'm just a simple techie who sometimes forgets things. I use this as a notepad to remember things by. I hope it helps you too. I post as myself, not as any organisation.
Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts
Thursday, 6 February 2014
Monday, 4 July 2005
Installing Windows Sharepoint Services v2 to use SQL Server
You need to do two things:
1. Extract files to temp directory:
stsv2 /c /t:c:\temp\wssv2
2. Install to use external SQL:
c:\temp\wssv2\setupsts remotesql=true
1. Extract files to temp directory:
stsv2 /c /t:c:\temp\wssv2
2. Install to use external SQL:
c:\temp\wssv2\setupsts remotesql=true
Subscribe to:
Posts (Atom)