Open nihxdr opened 1 month ago
Thanks for filing this.
I think in order for that to work, you'd need to mount certs into the container and set:
trustCertificateKeyStoreUrl
trustCertificateKeyStorePassword
In the JDBC URL
This is important, and we need clear documentation on how to configure it.
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