2 Respuestas
- Más nuevo
- Más votos
- Más comentarios
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.
Contenido relevante
- preguntada hace 9 meses
- preguntada hace 3 meses
- preguntada hace un año
- preguntada hace 5 meses

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