1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
As per documentation.
-Amazon Aurora PostgreSQL supports Transport Layer Security (TLS) versions 1.1 and 1.2. We recommend using TLS 1.2 for encrypted connections.
-You should update your clients to ones which support TLS versions 1.1 or 1.2. You should also ensure that your database clients are using only supported ciphers as documented above. Ref: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Security.html
-You may experience this issue if you upgrade to rds-ca-ecc384-g1 certificate which Aurora does not support. Rollback to previous certificate. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
Hope this helps.
answered 3 years ago
