Skip to content

Commit f5752a0

Browse files
dougwilsonseangarner
authored andcommitted
Update Amazon RDS certificates
closes mysqljs#1001 closes mysqljs#1003 closes mysqljs#1004
1 parent fc85b19 commit f5752a0

File tree

3 files changed

+389
-3
lines changed

3 files changed

+389
-3
lines changed

Changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ you spot any mistakes.
88

99
* Store SSL presets in JS instead of JSON #959
1010
* Support Node.js 0.12
11+
* Update Amazon RDS SSL certificates #1001
1112

1213
## v2.5.4 (2014-12-16)
1314

Readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ The `ssl` option in the connection options takes a string or an object. When giv
242242
it uses one of the predefined SSL profiles included. The following profiles are included:
243243

244244
* `"Amazon RDS"`: this profile is for connecting to an Amazon RDS server and contains the
245-
ca from https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem
245+
certificates from https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem and
246+
https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem
246247

247248
When connecting to other servers, you will need to provide an object of options, in the
248249
same format as [crypto.createCredentials](http://nodejs.org/api/crypto.html#crypto_crypto_createcredentials_details).

0 commit comments

Comments
 (0)