We recently upgraded our MDT Database from 2008 to 2016 and the new server uses TLS 1.2 only. When attempting to connect to the DB using TCP/IP on a specific port we receive this error in the BDD Logs while retrieving the location settings in bootstrap.ini.
[DBNETLIB][ConnectionOpen SECDoClientHandshake()]SSL Security error
Also, using a custom HTA front end, when trying to retrieve data from the DB we get the same message.
sconn="Provider=SQLOLEDB;OLE DB Services=0;Data Source=SomeServerName\SomeInstance,SomePort;Initial Catalog=SomeDatabase;Network Library=DBMSSOCN;Integrated Security=SSPI"
Searching the web I found that the older SQLOLEDB provider is not capable of supporting TLS 1.2
Does anyone know what is required to make MDT communicate to the DB using TLS 1.2 only?