views:

2512

answers:

5

Our ASP/IIS web server talks to a SQL 2005 db server.

Eventually, without a pattern, some pages start showing error instead of the page content:

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

Rebooting web server resolves it.

Anyone know about it?

A: 

Any resoultion or ideas about this? I am getting the same error with the same setup you have.

Thanks

no resolution yet :(
ryw
+1  A: 

Some things you should look at:

  • Low bandwidth to the DB server (see http://support.microsoft.com/kb/322144)
  • Problematic certificates on the DB server, e.g. self-signed certificates
  • SQL Authentication mode - Windows only, or SQL and Windows
AviD
A: 

Have you tried the steps posted here

Rich Andrews
A: 

Same exact issue here. Intermittent error for no particular users. SSL is not enabled, certificate value in registry is set to zero, no certificate exists under local computer / personal in the MMC for certificates.

Anyone have an idea?

Don
A: 

Same problem. MS SQL Server 2008 Web Edition. No SSL cert installed on client (server has 1). Connecting via SQLOLEDB. Intermittent. Rebooting the server solves it too...

fhlee