You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have connected to a wide range of MS SQL Server without problems, but I have a particular problem with a given MS SQL v14 using the ODBC Driver 17 for SQL Server.
EDIT 2: It seems it's only happening if the client is in Ubuntu 20.04. Ubuntu 18.04 is free of this bug. I installed OpenSSL 1.1.1 onto Ubuntu 20.04 and the error persists.
The text was updated successfully, but these errors were encountered:
Issue Description and Expected Result
I have connected to a wide range of MS SQL Server without problems, but I have a particular problem with a given MS SQL v14 using the ODBC Driver 17 for SQL Server.
After connecting with
The error I'm getting is
I tried any combination, however, I tried with SSMS for Windows and it connected smoothly, so it should not be a problem with the database.
After sniffing with Wireshark, the payload is almost the same if we compare it to the way it is being done in SSMS:
(In red, ODBC connection, in green, SSMS connection)
But somehow the connection string is 155bits larger in the ODBC connection.
Database
SQL Server 2014
More context
EDIT: I have tried with the same driver using Python 3. It's working without any issues:
EDIT 2: It seems it's only happening if the client is in Ubuntu 20.04. Ubuntu 18.04 is free of this bug. I installed OpenSSL 1.1.1 onto Ubuntu 20.04 and the error persists.
The text was updated successfully, but these errors were encountered: