SSL Security Error for Microsoft SQL Driver

Costas

Administrator
Staff member
We commonly see the following error from customers that migrate to us from providers that use an older SQL driver:



[Microsoft][ODBC SQL Server Driver][DBNETLIB]SSL Security error

or

TCP Provider: An existing connection was forcibly closed by the remote host


solution :

use
JavaScript:
Driver={SQL Server Native Client 11.0}
or
Driver={ODBC Driver 17 for SQL Server}


src - https://community.hostek.com/t/ssl-security-error-for-microsoft-sql-driver/348
 
Top