-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
no way to set rejectUnauthorized from pg-connection-string #2281
Comments
My recommendation: In general, we should adhere to the libpq connection URI documentation. Specifically, we should support the Parameter Key Words.
I do not feel great about
|
If #2263 lands, then maybe |
I have the same problem. Any solution on this ? |
+1 for supporting sslmode keywords. I expected: |
We are struggling with this as well. Ideally we want to be able to set |
You can pass |
Hi everyone, I have a requirement to use I'm not clear on whether doing the above (set rejectUnauthorized: false) will actually check the CA? 👍 for having an |
@bdwyertech mentioned good-enough workaround:
It is undocumented by |
Now that
rejectUnauthorized
is being defaulted to true, there is no way to modify that from the connection string. Some libraries (example are setting opposite defaults to try and ease the migration.The text was updated successfully, but these errors were encountered: