2 Answers
- Newest
- Most votes
- Most comments
1
Hello.
I think it's probably RDS PostgreSQL, but I think it can be resolved by setting the "rds.force_ssl" parameter in the RDS parameter group to 0, or by downloading the certificate described in the document below into the container and using it when connecting.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
0
This was resolved by setting ssl: true
int the runtime.exs file.
Relevant content
- asked 14 days ago
Thanks for this. In this case it was related to not setting
ssl: true
in the runtime.exs file.