Giter Site home page Giter Site logo

Comments (6)

v-makouz avatar v-makouz commented on June 11, 2024

You can try setting MinProtocol to TLSv1.0 and CipherString to DEFAULT@SECLEVEL=0, but the best approach is to patch the server to support TLS 1.2

from msphpsql.

d4em0nsp4wn avatar d4em0nsp4wn commented on June 11, 2024

I am having a similar issue, sqlcmd, isql, and even setting up the connection in PHP using "new PDO('odbc:Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.3.so.3.1;...connection string here);" works....but sqlsrv_connect fails with "Client unable to establish connection because an error was encountered during handshakes before login. Common causes include client attempting to connect to an unsupported version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server." code 26, sqlstate 08001; code 10054, [Microsoft][ODBC Driver 18 for SQL Server]TCP Provider: Error code 0x2746. A tcp dump shows proper TLSv1.2 handling with all tools mentioned above, however, a tcp dump with sqlsrv_connect shows only 8 packets before the connection is interrupted. The PHP environment is PHP 8.0.30. The same occurs regardless of using PHP 7.4 to 8.3. Also worth nothing the TCP dump shows the source and destination ports to be the same for every packet, whereas PDO, isql, and sqlcmd all have a randomized starting port. The sql instance is using a custom tcp port. The sql server requires TLS 1.2, and is SQL Server 2016.

from msphpsql.

v-makouz avatar v-makouz commented on June 11, 2024

Which operating system is this one?

from msphpsql.

d4em0nsp4wn avatar d4em0nsp4wn commented on June 11, 2024

Which operating system is this one?

Cloudlinux/AlmaLinux 8. 64bit.

from msphpsql.

v-makouz avatar v-makouz commented on June 11, 2024

Does it give the same error when using only ODBC (isql, sqlcmd)? Or is it specific to PHP driver?

from msphpsql.

d4em0nsp4wn avatar d4em0nsp4wn commented on June 11, 2024

Does it give the same error when using only ODBC (isql, sqlcmd)? Or is it specific to PHP driver?

The error is only specific when using the sqlsrv.so native module within PHP, isql, sqlcmd, and $pd = new PDO('odbc:Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.3.so.3.1;SERVER= dsn works just fine within PHP, but we are unable to use the PDO driver in this manner as the odbc function to permit multiple active results sets does not appear to work within PDO.
We specified both version 18 and version 17 and got the same errors out of the msphpsql modules.

from msphpsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.