Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect to a Sybase SSL port if the Sybase server uses TDS version 5.0? #511

Open
sagarmavuri opened this issue Oct 30, 2023 · 2 comments

Comments

@sagarmavuri
Copy link

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.

@sagarmavuri
Copy link
Author

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?

@freddy77
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants