We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not possible to open TLS encrypted connections
The text was updated successfully, but these errors were encountered:
Looking at this article you need to start SSL after the connection is established. https://www.datasunrise.com/blog/professional-info/encryption-in-microsoft-sql-server/
LDAP works in a similar way, this is an example of negotiating SSL / TLS on an exising connection (the last line of this function) https://github.com/spider-gazelle/crystal-ldap/blob/master/src/ldap/client.cr#L127-L139
Hope that helps
Sorry, something went wrong.
Thanks for this link. It really explains the handshake quite well. It's easier to understand compared to studying the freetds code.
No branches or pull requests
It's not possible to open TLS encrypted connections
The text was updated successfully, but these errors were encountered: