May 3, 2024
0
Level 1
Laravel11 connection with SQL Server
I have a Laravel 11 application on a Linux Debian 11 web server with PHP-8.2 and Apache2, I connect to a SQL Server 2014 Database on a Windows Server 2012 R2 Standard Server.
But I get these errors SQLSTATE[08001]: [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: [error:0A00014D:SSL routines::legacy sigalg disallowed or unsupported] SQLSTATE[HYT00]: [Microsoft][ODBC Driver 18 for SQL Server]Login timeout expired,
however when developing using XAMPP on my PC the connection to the SQL Server 2014 database works perfectly.
Can somebody help me?
Please or to participate in this conversation.