SSL Security error when running SQL scripts
Hey all.
We made some security updates switching from TLS 1.1 to TLS 1.2 on our SQL servers and we get the following error when attempting to connect to the server
"[DBNETLIB][ConnectionOpen (SECCreateCredentials()).]SSL Security error"
for the script in particular we use a connection string like follows
"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DBNAME;Data Source=SERVERNAME;"
NOTE: I also changed it to use ODBC instead and still for the SSL Security Error
Prior to the security update, everything has been hunky dory and we have not had errors with anything else.
has anyone else experienced this issue or know the best way to resolve?
What the IT team ended up okaying and doing was adding a new ODBC DSN with stronger security. We updated the connection string to use the new DSN and it worked.
Thanks for the suggestions and help.