2回答
- 新しい順
- 投票が多い順
- コメントが多い順
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.

Thanks for this. In this case it was related to not setting
ssl: truein the runtime.exs file.