-
I am trying to connect to MySQL server managed by planetscale and running into an SSL issue. |
Beta Was this translation helpful? Give feedback.
Answered by
sidorares
Mar 1, 2023
Replies: 1 comment 4 replies
-
you need to set |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Nithur-M
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to set
ssl: {"rejectUnauthorized":true}
in connection options ( or use a connection string the way planetscale suggests for node.js example when you generate a password )