1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
The problem may be the certificate you are using when connecting to MySQL.
https://repost.aws/knowledge-center/rds-error-2026-ssl-connection
Please download the certificate described in the document below and specify it in the command option like "--ssl-ca global-bundle.pem".
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html#UsingWithRDS.SSL.CertificatesAllRegions
Relevant content
- asked 3 years ago

Thanks for the quick response