Open BennyAlex opened 5 days ago
I am not familiar with planetscale. Which SQLTools driver are you using?
mysql. I have a bug there even if I am seleting a certificate (but nothing else) it will have the connection setup the enableSsl will be disabled.
When I set it to True or Enabled it will get the error from above.
Also the connectionTimeout is empty by default but is a required value
When ssl is disabled but I use a connection string and add this to the end I can connect
?ssl={"rejectUnauthorized":false}&sslaccept=strict
I cant connect to planetscale DB. I check the use SSL box but I still seeing "database requires SSL" error.
Do I have to manually insert all the cert paths? I cant even find something like a private server key for planetscale...
Other tools also can connect out of the box.
I am using windows.