-
Notifications
You must be signed in to change notification settings - Fork 335
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
Support SSL Request V2 packet #1342
Comments
Thanks for creating this! As I just noted in mariadb-corporation/mariadb-connector-c#227 (comment) …
I believe this will be necessary for non-MariaDB-specific clients like yours to receive the appropriate capability bit from the server ( |
As it's currently implemented in mariadb-corporation/mariadb-connector-c#227 and MariaDB/server#2684, the client's initial (plaintext) packet will contain only the However, in the post-TLS packet, the client should send the |
Yes, that's what I meant in my issue. The handshake packet is now only sent after TLS is negotiated (because what would have been the first "handshake response" is now replaced with "SSL Request V2"). |
If mariadb-corporation/mariadb-connector-c#227 is accepted, then MySqlConnector should also support the new TLS handshake.
Exact details are in that case and subject to change, but at a high level:
The text was updated successfully, but these errors were encountered: