skip to Main Content

Php versions – [Microsoft][ODBC Driver 17 for SQL Server] SSL Provider: [error:0A000102:SSL routines::unsupported protocol] in PHP Laravel on macOS using Brew

I'm encountering an issue while trying to connect to a SQL Server database using PHP Laravel on macOS with Brew. I'm receiving the following error message: [Microsoft][ODBC Driver 17 for SQL Server] SSL Provider: [error:0A000102:SSL routines::unsupported protocol] Checked this GitHub…

VIEW QUESTION

Using Sqlsrv for PHP 8.2 – PHP Versions

I have successfully installed PHP 8.2 on Ubuntu 20.04. I am trying to add the SQLSRV extension following these directions. The installation for SQLSRV completes successfully. However, when I try to run a function in PHP using SQLSRV extension, I…

VIEW QUESTION
Back To Top
Search