"[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error" message on ASP page

Salih ESKİOĞLU 1 Reputation point
2021-03-21T15:08:36.66+00:00

Hello I write a web page in classic ASP. But when I want to connecto to Azure database, I take error message "[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error." After 3-4 times refresh, the page is work. My ASP pages on my hosting provider. And my ASP hoting is using SSL. where is the main problem? On my hosting or Azure settings?

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,965 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2021-03-25T20:03:08.993+00:00

    @Salih ESKİOĞLU ,

    You didn't specify, but I'm assuming your ASP site is a local intranet site that's connecting to a hosted Azure SQL database. If so, make sure you are using the latest driver for provider. See https://www.sqlnethub.com/blog/dbnetlib-connectionopen-secdoclienthandshake-ssl-security-error-resolve/, it's a blog post that details where to find the latest drivers and how to enable the TLS version on your local machine.

    Regards,
    Ryan


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.