You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to connect to PlanetScale using the mysql2 library in Deno (https://deno.land/x/[email protected]) I can't figure out how not to get the server does not allow insecure connections, client must use SSL/TLS error message. The same code works fine when running in Node using mysql2 library.
When trying to connect to PlanetScale using the mysql2 library in Deno (https://deno.land/x/[email protected]) I can't figure out how not to get the
server does not allow insecure connections, client must use SSL/TLS
error message. The same code works fine when running in Node using mysql2 library.The connection string I am using looks like:
It appears that Deno does not recognize that SSL is to be used.
The text was updated successfully, but these errors were encountered: