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
Cool.. Someone else is definitely going to bump into this yeah.
You can do as you describe here, but it leaves you open to MITM attacks. Instead I think you should follow the Google Cloud SQL guide on setting ssl up properly https://cloud.google.com/sql/docs/mysql/authorize-ssl
Context:
checkServerIdentity
for ssl connection? db-migrate/node-db-migrate#592Connection works if
rejectUnauthorized
is set tofalse
Not sure what's the right approach to fix it yet, but putting it out here in case someone encounters it.
Didn't encoutered this one on DigitalOcean's PostgreSQL instances.
The text was updated successfully, but these errors were encountered: