We have an application which uses microsoft ole db provider for sql server to read data from sql server.
After our DBA team disabled TLS 1.0 and TLS 1.1
Application on the server stopped working and when I tried connecting to database using Microsoft ole db provider for sql server I received below error
[DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error
But when I am able to connect to the same database and same driver without any issues from my local machine.
I am not sure why the same connection works on one machine but not on another, any inputs are appreciated