Skip to content
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

Document support for SSL connection to MySQL server #10

Open
nihxdr opened this issue Sep 24, 2024 · 1 comment
Open

Document support for SSL connection to MySQL server #10

nihxdr opened this issue Sep 24, 2024 · 1 comment

Comments

@nihxdr
Copy link
Contributor

nihxdr commented Sep 24, 2024

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

@GavinRay97
Copy link
Member

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.

@GavinRay97 GavinRay97 changed the title Support for SSL connection to MySQL server Document support for SSL connection to MySQL server Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants