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
Currently there is no option to provide a SSL client certificate, to establish a secure connection to MySQL server.
At the moment, to connect to my MySQL server, I had to turn off the require_secure_transport server param to OFF and set useSSL param in JDBC URL string to false
The text was updated successfully, but these errors were encountered:
Currently there is no option to provide a SSL client certificate, to establish a secure connection to MySQL server.
At the moment, to connect to my MySQL server, I had to turn off the require_secure_transport server param to
OFF
and set useSSL param in JDBC URL string tofalse
The text was updated successfully, but these errors were encountered: