[DBNETLIB] [ConnectionOpen (SECDoClientHandshake ()).] SSL Security Error

Our ASP / IIS web server is negotiating with the SQL 2005 db server.

In the end, without a template, some pages start showing an error instead of the page content:

[DBNETLIB] [ConnectionOpen (SECDoClientHandshake ()).] SSL security error.

Rebooting the web server resolves it.

Does anyone know about this?

+3
source share
2 answers

Some things you should pay attention to:

  • Low bandwidth for the database server (see http://support.microsoft.com/kb/322144 )
  • Problem certificates on the database server, for example. self signed certificates
  • SQL - Windows SQL Windows
+2

, , , , SQL Server SSL...

... = 0 :

HKLM\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib REG_SZ Certificate = 0

: http://blogs.technet.com/b/taraj/archive/2009/01/07/sql-server-the-best-database-server-to-work-on.aspx

0

Source: https://habr.com/ru/post/1702420/


All Articles