We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I am not familiar with planetscale. Which SQLTools driver are you using?
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: