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
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
So I decided to trying this project out against our planetscale database, but it requires a connection via SSL
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