node-pg postgresql connections with sslmode=require #2768
dbauszus-glx
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Connection strings provided for a node-pg connection pool may require SSL.
For example the connection string copied from the neon dashboard requires sslmode.
Node 24+ will throw a security warning in this regard.
Please use
uselibpqcompat=true&sslmode=requireas parameter for connection strings for libpq compatibility as suggested in the error message.Beta Was this translation helpful? Give feedback.
All reactions