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
As the title states, I would like to know if I can connect securely using SSL/TLS certificate & private key files to a MySQL server like you usually can with ssl_ca, ssl_cert, ssl_key, etc on other MySQL clients.
If this is possible, can you provide me with some demo code on how I would specify the cert & key?
Thanks, viral32111 :)
The text was updated successfully, but these errors were encountered:
Using certificates is currently not possible. I am fairly certain the client does use encryption if available but you cannot establish identity of the server.
Maybe I should add this in the next version.
Heya,
As the title states, I would like to know if I can connect securely using SSL/TLS certificate & private key files to a MySQL server like you usually can with ssl_ca, ssl_cert, ssl_key, etc on other MySQL clients.
If this is possible, can you provide me with some demo code on how I would specify the cert & key?
Thanks, viral32111 :)
The text was updated successfully, but these errors were encountered: