I'm getting error "Connection failed - SQL Server Error 772 - TCPIP Socket" when trying to connect ODBC to a MSSQL 2017 running on Server 2012 R2.
Researching on the error, I found this site that points out TLS is the issue. I checked the registry and TLS 1.2 is enabled with the rest of the protocolsdisabledbydefault (HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\).
The site mentioned above said "Work with the vendor to request the Database API in the application is updated to support the latest SQL Server drivers"
What is the solution to create the ODBC for an in-house applications?
Thank you.