-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account for new RDS TLS certificates #122
Comments
I found a workaround (i don't like it but i need a working application), you should download the certificate from https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem and then use it in the configuration:
Before the ca change my configuration was:
|
doublecompile
added a commit
that referenced
this issue
Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RDS issued new CA certificates and the underlying mysql2 library we use for the
MysqlDatabase
construct doesn't seem to support them yet.Figure out a workaround while that library is working on a fix.
The text was updated successfully, but these errors were encountered: