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
Changes:
- Added parameters (SSLCA, SSLCert, SSLKey) to support MySQL SSL connections.
- Implemented TLS configuration in mysql_connect.go.
- Extended connection struct to include SSL parameters in jobs_init.go and conf.go.
We have added parameters for connecting to MySQL using client certificates in v3.12.1.
This functionality now works with MySQL 8.0 and higher. We encountered a problem, when connecting to MySQL 5.7 there is a tls handshake error. To solve this problem, issue has been opened.
Add additional config options in order to connect to MySQL server via SSL.
The text was updated successfully, but these errors were encountered: