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
How to connect to a Sybase SSL port using FreeTDS? I am using pyodbc and while I am able to connect to a non-SSL port just fine, but SSL connections aren't working.
Note that the Sybase server uses TDS version 5.0.
The text was updated successfully, but these errors were encountered:
Also, I have used FreeTDS 1.1.6 and 1.4 as well. Nothing works, when I look at the C++ files, the SSL checks are only enabled for TDS version 7 or greater.
So when I use TDS version 7 or more, the Sybase server is rejecting the connections. How do I make it this to work?
It sounds like something not supported by FreeTDS. Can you do a network trace of a successful connection (that is using Sybase libraries) to a SSL port? If you are concerned about security issues use a test server and/or test account/password and/or send privately to me.
How to connect to a Sybase SSL port using
FreeTDS
? I am usingpyodbc
and while I am able to connect to a non-SSL port just fine, but SSL connections aren't working.Note that the Sybase server uses TDS version 5.0.
The text was updated successfully, but these errors were encountered: