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

remove tls override from mysql dsn normalizing #468

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

jonas-jonas
Copy link
Contributor

Fixes #460

This PR removes the overriding of the tls parameter in the MySQL DSN. If I understand the code correctly, goose want's to use the custom TLS mode, if a cert file is provided. In the other cases, it should just let the DSN dictate what TLS mode to use. Please let me know what you think about this. For me, at least, this allows me to set tls to true again.

Copy link
Collaborator

@mfridman mfridman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this up

@mfridman mfridman merged commit 60610d3 into pressly:master Feb 22, 2023
@jonas-jonas jonas-jonas deleted the jonas-jonas/fix/mysqlTLSConfig branch February 22, 2023 10:45
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

Successfully merging this pull request may close these issues.

mysql: allow TLS options in MySQL driver such as "skip-verify"
2 participants