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

Connecting to MySQL with SSL #92

Closed
sofanixys opened this issue Oct 7, 2024 · 1 comment · Fixed by #97
Closed

Connecting to MySQL with SSL #92

sofanixys opened this issue Oct 7, 2024 · 1 comment · Fixed by #97
Assignees
Labels
bug Something isn't working

Comments

@sofanixys
Copy link
Collaborator

Add additional config options in order to connect to MySQL server via SSL.

@sofanixys sofanixys added the bug Something isn't working label Oct 7, 2024
randreev1321 added a commit that referenced this issue Oct 9, 2024
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.
randreev1321 added a commit that referenced this issue Oct 9, 2024
fix(#92): Add MySQL SSL support
@randreev1321 randreev1321 self-assigned this Oct 9, 2024
@randreev1321 randreev1321 linked a pull request Oct 9, 2024 that will close this issue
@randreev1321
Copy link
Collaborator

Hi @sofanixys.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants