mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

Add missing Amazon RDS certificates for recent regions #2557

Open flavioleggio opened 2 years ago

flavioleggio commented 2 years ago

The Amazon RDS ssl profile is not up to date with the latest bundle, which contains intermediates and root certificates for new regions, such as eu-south-1.

This pull request adds the missing certificates to the profile.

flavioleggio commented 2 years ago

The reference bundle is this one: https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem

I also think that we should remove expired certs.