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

dumping a MySQL that requires SSL #267

Open
shainegordon opened this issue Mar 24, 2023 · 1 comment
Open

dumping a MySQL that requires SSL #267

shainegordon opened this issue Mar 24, 2023 · 1 comment

Comments

@shainegordon
Copy link

So I decided to trying this project out against our planetscale database, but it requires a connection via SSL

command error: mysqldump: Got error: 1105: "unknown error: Code: UNAVAILABLE
   server does not allow insecure connections, client must use SSL/TLS
   when trying to connect

I have been trying combinations of different parameters, but none seem to work

mysql://USER:PASSWORD@HOST:3306/DB?ssl=true

Is my configuration incorrect, or does this require a patch to the MySQL database connector

@shainegordon
Copy link
Author

I think this is actually an issue with running inside a docker container, as I just tried this by installing Replibyte locally, and did not have an issue here

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

1 participant