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

Cant connect to planetscale DB #1404

Open
BennyAlex opened this issue Nov 26, 2024 · 3 comments
Open

Cant connect to planetscale DB #1404

BennyAlex opened this issue Nov 26, 2024 · 3 comments
Labels

Comments

@BennyAlex
Copy link

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.

@gjsjohnmurray
Copy link
Collaborator

I am not familiar with planetscale. Which SQLTools driver are you using?

@BennyAlex
Copy link
Author

BennyAlex commented Nov 26, 2024

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.
image

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

@BennyAlex
Copy link
Author

When ssl is disabled but I use a connection string and add this to the end I can connect

?ssl={"rejectUnauthorized":false}&sslaccept=strict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants