vote up 1 vote down star

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?

flag

75% accept rate
what versions of .NET and IIS are you running. What Service Packs have you applied for .NET, MDAC and SQL Server? – Mitch Wheat Feb 26 at 14:11

3 Answers

vote up 0 vote down

Have you tried the steps posted here

link|flag
vote up 1 vote down

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
link|flag
vote up 0 vote down

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

Thanks

link|flag
no resolution yet :( – ryw Feb 18 at 19:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.