How to fix "error:1C80006B:Provider routines::wrong final block length" in SQL Server ODBC client (Linux)
Tim Coleman
0
Reputation points
I'm trying to write C++ ODBC driver code to execute SQL statements from a Linux server.
I keep running into errors such as:
DIAG [08S01] [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: [error:1C80006B:Provider routines::wrong final block length] DIAG [08S01] [Microsoft][ODBC Driver 18 for SQL Server]Communication link failure
This only seems to happen with encrypted connections.
Sign in to answer