I trying to make an old PHP application run on TLS 1.2. I found a similar thread (here) and made sure my driver works with TLS 1.2 but I still get the error. From the error, I assume it's not even reaching the server and failing at the client-side.
"[Microsoft][ODBC Driver 11 for SQL Server]Encryption not supported on the client."
I have below setup
- PHP version 5.6
- MS ODBC Driver 11 (Checked PShell script mentioned by @Rohith and it supports TLS 1.2)
- SQLSRV v3.2
- MS SQL Server 2012
- MS Windows 2012 R2
Not sure If its SQLSRV 3.2 does not support TLS 1.2 or its PHP 5.6 or something else?
Appreciate any help