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
Investigate and implement correctly the authentication process with the MySQL for encrypted connections. This is currently broken as noted here: #286 (comment)
Non-blocking encrypted IO
Reading and writing encrypted data with SSL_read and SSL_write should be non-blocking if the client sets the connection as such.
Add unittests for encrypted connections
Unittests should be added to prevent future bugs in the support for encrypted connections
The text was updated successfully, but these errors were encountered:
Handshaking
Investigate and implement correctly the authentication process with the MySQL for encrypted connections. This is currently broken as noted here: #286 (comment)
Non-blocking encrypted IO
Reading and writing encrypted data with SSL_read and SSL_write should be non-blocking if the client sets the connection as such.
Add unittests for encrypted connections
Unittests should be added to prevent future bugs in the support for encrypted connections
The text was updated successfully, but these errors were encountered: