Maybe this will help
SQL Client connection fails from windows server 2016
Hi,
From windows server 2016 trying connection to SQL server it complains with below error
[DBNETLIB][ConnectionOpen (SECCreateCredentials()).]SSL Security error.
Same connection works fine from Windows server 2012 R2.Please let me know what is the issue here I checked TLS1.2 settings in registry it looks ok to me.
Thanks
Devaraj
3 answers
Sort by: Most helpful
-
-
PandaPan-MSFT 1,926 Reputation points
2022-11-15T07:05:14.333+00:00 Hi @Somaiah, Devaraja ,
I think this error may arise from the version of ODBC are not compitable for your windows server 2016. You can dowload the latest version in this link: https://learn.microsoft.com/en-us/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver16
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment"
-
Somaiah, Devaraja 1 Reputation point
2022-11-15T09:13:41.497+00:00 Hi @PandaPan-MSFT
Thank you for the response.I was not able to get root cause for the issue.
I enabled TLS1.0/1.1/1.2 in registry settings for the client then I was able to establish connection to SQL server.