-
Notifications
You must be signed in to change notification settings - Fork 180
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
[email protected] and SSL/TLS options #593
Comments
Since I can't get the latest version to work, I have a quick question re: usability @dolezel
Then it doesn't matter what I do (
Now, no matter if I pass
|
For completeness, I'm using the latest version:
|
True to say, I'm not entirely sure how the connecting works below |
Thanks for the note! I'll tinker with the environment then, maybe something is off there |
OK, for some reason the connection string flag doesn't work, but Thanks again |
|
I was wondering if there's a way to somehow pass:
to the client created by the migration runner, especially from the CLI level?
Version
8
ofpg
changed the default behavior, so nowssl=true
(in a connection string, for example) is an equivalent ofssl: { rejectUnauthorized: true }
, which also rejects self-signed certificates, andssl=false
is an equivalent to having SSL turned off all the way.The text was updated successfully, but these errors were encountered: