We commonly see the following error from customers that migrate to us from providers that use an older SQL driver:
solution :
use
src - https://community.hostek.com/t/ssl-security-error-for-microsoft-sql-driver/348
[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