This afternoon our office disable "TSL 1.0". Following this change my OLE DB connection to SQL server, which had been functioning without a problem, failed to establish a connection. I have included my Libname statement that was working as expected until we made the change, along with the error message I am receiving. How can I re-establish connectivity?
LIBNAME VCSQL OLEDB USER=sasproc DATASOURCE='XXX.XXX.XXX.XXX' PROVIDER='SQLOLEDB' PROPERTIES=('initial catalog'=ZZZZ) OLEDB_SERVICES=NO BULKLOAD=yes PROMPT=yes;
The error reads (see attached):
Connection FAILED:
sql sTATE: '08001'
sql sERVER eRROR: 18
[DBNETLIB][ConnectionOpen (SECCreateCredentials()).] SSL Security
error.