SSL mode
See original GitHub issueAdd config option / env variable for ssl mode.
Also option with #32 ?sslmode=require should be enough.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Documentation: 15: 34.19. SSL Support - PostgreSQL
PostgreSQL has native support for using SSL connections to encrypt client/server communications using TLS protocols for increased security.
Read more >Postgres SSLMODE Explained - ankane.org
Postgres SSLMODE Explained. When you connect to a database, Postgres uses the sslmode parameter to determine the security of the connection.
Read more >What is SSL, TLS and HTTPS? - DigiCert
SSL stands for Secure Sockets Layer and, in short, it's the standard technology for keeping an internet connection secure and safeguarding any sensitive ......
Read more >Using psql to connect to PostgreSQL in SSL mode
psql below 9.2 does not accept this URL-like syntax for options. The use of SSL can be driven by the sslmode=value option on...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

Are there any plans for this to be added?
Seems not that bad to add: https://github.com/brianc/node-postgres/blob/0012a43d956b1b47fc5ddf1eca5894b64f7ccf24/packages/pg/lib/connection.js#L65
I’ll take a shot at it.
@adelsz I am using remote db instance (DaaS) for development with required ssl.