Error: [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error database sql server 2019 rehdat 8.2 application windows server 2019

Md. Solaiman 6 Reputation points
2020-10-05T05:52:10.343+00:00

I have install Sql Server 2019 enterprise evaluation edition on Redhat Enterprise Linux 8.2.

When I connect .NET application report running in windows server 2019 it show below error:

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

How to resolve the issues.

Thanks

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,363 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. m 4,271 Reputation points
    2020-10-06T02:18:12.127+00:00

    Hi @Md. Solaiman ,

    Error: [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error How to resolve the issues.

    Starting with SQL Server 2016 (13.x), Secure Sockets Layer (SSL) has been discontinued. Use Transport Layer Security (TLS) instead. Please check whether the TLS is enabled or not. If yes, which version? Try a different version to test.

    More information: sql-server-linux-encrypted-connections ,dbnetlib-connectionopen-secdoclienthandshake-ssl-security-error-resolve

    BR,
    Mia


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments