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

MySQL secure TLS support #5653

Closed
brampurnot opened this issue Jul 8, 2023 · 1 comment · Fixed by #5673
Closed

MySQL secure TLS support #5653

brampurnot opened this issue Jul 8, 2023 · 1 comment · Fixed by #5673

Comments

@brampurnot
Copy link

Hi!

we are trying to setup a MySQL source handler and we are using an Azure managed MySQL database. It seems to be unable to connect since we are enforcing a secure connection via TLS 1.2. However I don't see an option to configure this hence I believe this is not supported.

This is the error we are getting:
Failed to generate the schema Error: ER_SECURE_TRANSPORT_REQUIRED: Connections using insecure transport are prohibited while --require_secure_transport

Is this something that is planned or could be planned? Only allowing unsecure connections makes this handler kinda useless imho. Not sure if I'm missing some setting perhaps?

Thanks,
Bram

@brampurnot brampurnot changed the title MySQL SSL support MySQL secure TLS support Jul 8, 2023
@ardatan
Copy link
Owner

ardatan commented Jul 13, 2023

Hi!
Thanks for reporting the issue.
Could you try again with the alphas in this PR after configuring your SSL options?
#5673

This was referenced Apr 30, 2024
This was referenced May 7, 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

Successfully merging a pull request may close this issue.

2 participants