1 Answer
- Newest
- Most votes
- Most comments
0
Hi
If requires ssl connection then need to specify in the
- PG parameter group rds.force_ssl [1] https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL.Concepts.General.SSL.html#PostgreSQL.Concepts.General.SSL.Requiring
- JDBC connection string to specify ssl mode and other parameters https://jdbc.postgresql.org/documentation/head/connect.html
The default mode I think is prefer for PostgreSQL, which mentioned in the PG doc [2] https://www.postgresql.org/docs/current/libpq-ssl.html: "I don't care about encryption, but I wish to pay the overhead of encryption if the server supports it." It is when certificate exist otherwise will not use.
Relevant content
- asked 2 years ago
