I recently started to get error messages that look like this
SSL Security error
ConnectionOpen (SECDoClientHandshake())
That made me completely unable to connect to my SQL server. The messages
come up when I try to connect through the Enterprise Manager or through the
ODBC applet or through the coldfusion pages that use the ODBC connection.
The only error in the Window's log is this warning that appears once in the
Application log
MSSQLServer Event ID 19011
SuperSocket info (SpnRegister): Error 1355
--------------
I've tried reinstalling the SQL server but it hangs when it says it is
"starting and configuring the server" and puts the same error in the setup
log:
22:57:59 K:\Program Files\Microsoft SQL Server\80\Tools\Binn\cnfgsvr.exe -F Starting Service ... SQL_Latin1_General_CP1_CI_AS -m -Q -T4022 -T3659 Connecting to Server ... driver={sql server};server=YAHWEH;UID=sa;PWD=;database=master [Microsoft][ODBC SQL Server Driver][Shared Memory]SSL Security error [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen driver={sql server};server=YAHWEH;UID=sa;PWD=;database=master [Microsoft][ODBC SQL Server Driver][Shared Memory]SSL Security error [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen driver={sql server};server=YAHWEH;UID=sa;PWD=;database=master [Microsoft][ODBC SQL Server Driver][Shared Memory]SSL Security error [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen SQL Server configuration failed. ########################################################################### 23:00:16 Process Exit Code: (-1) -------------------- It all appears to be some sort of SSL issue. Aside from being an sql server
"K:\WINNT\sqlstp.log" -I MSSQLSERVER -V 1 -M 0 -Q
"SQL_Latin1_General_CP1_CI_AS" -H 197126 -U sa -P
###########################################################################
###
(SECDoClientHandshake()).
(SECDoClientHandshake()).
(SECDoClientHandshake()).
###
the machine is also a root CA, so perhaps that is involved. Really I have no
need to use an SSL connection to the server since I am only connecting from
a local machine and I am not really concerned about security in this case.
Interestingly enough the same SSL error seems to occur when I connect via
named pipes instead of TCP/IP. I was not aware that SSL could be used over
anything besides TCP/IP. I would really just like to get the server running.
I have no need for this SSL business.