mysql icon indicating copy to clipboard operation
mysql copied to clipboard

Update ssl_profiles.js

Open whatadewitt opened this issue 1 year ago • 3 comments

update Amazon RDS profiles to latest

context: working on a project with legacy codebase. need to update to a newer cert by aug 22, 2024. i can use a fork to handle this, but figure it might save some people some of the headaches i've been dealing with.

whatadewitt avatar Jun 25 '24 12:06 whatadewitt

If this seems ok, let me know and I can submit with an updated version as well.

whatadewitt avatar Jun 25 '24 12:06 whatadewitt

@whatadewitt maybe worth switching to https://github.com/mysqljs/aws-ssl-profiles - see some context in https://github.com/sidorares/node-mysql2/issues/2581

sidorares avatar Jun 25 '24 12:06 sidorares

Ya, there isn't a huge reason to update the built in certs here, as the new module splits them out. The separate module is great too bc then updating certs is separate from the version of the mysql module version as wlel.

https://github.com/mysqljs/aws-ssl-profiles?tab=readme-ov-file#mysqljsmysql is the usage example for how to uae the newest certs with thia module if it helps.

dougwilson avatar Jun 25 '24 13:06 dougwilson