We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
?sslrootcert=system
This new config option in Postgres v16 can help prevent MITM attacks. It would be great if this was supported in postgres.js.
More info: https://neon.tech/blog/avoid-mitm-attacks-with-psql-postgres-16
Basically, ?sslrootcert=system is a shortened way to say ?sslmode=verify-full&sslrootcert=/etc/ssl/cert.pem
?sslmode=verify-full&sslrootcert=/etc/ssl/cert.pem
The text was updated successfully, but these errors were encountered:
Hi @nicksrandall - yeah that's cool! I'm open for a PR, if you don't want to wait until I need it myself 😉
Sorry, something went wrong.
@porsager PR is here: #690
Haha - oh my - it was right there 😍 sorry - tired eyes
Fixed in #690
No branches or pull requests
This new config option in Postgres v16 can help prevent MITM attacks. It would be great if this was supported in postgres.js.
More info: https://neon.tech/blog/avoid-mitm-attacks-with-psql-postgres-16
Basically,
?sslrootcert=system
is a shortened way to say?sslmode=verify-full&sslrootcert=/etc/ssl/cert.pem
The text was updated successfully, but these errors were encountered: