Closed mlissner closed 5 months ago
Just leaving an update here.
Instances pending to update:
Hey @mlissner. All databases are now using CA rds-ca-rsa2048-g1
(latest and default).
Will keep an eye open for any issues that might be related to this.
Ty! Closing this issue.
Can you please say a few words about how you fixed it, concerns you had, and whether there any issues?
Sure. Since Courtlistener and bots-law applications have the SSL_MODE variable set to require
it means that TLS is used but the server certificated is not verified against a CA.
Weather to check or not the server certificate is configured client side.
Main concerns were related to affecting the applications during the update of the certificate however no interruptions are noticeable during the change, current sessions are not closed and newer ones can connect using the new certificate.
I tested this with lower importance instances before moving into more critical ones.
More info on postgresql ssl configurations here
More information on the different ssl modes and their security implications here
AWS sent a lengthy email with the following details:
I asked Alberto if he had thoughts about this, and he replied:
Many of our new RDS instances use the new certs, so we can use those to test. This issue us to make sure everything is/will be OK.