【问题标题】:Unable to connect to AWS rds instance after ssl certificate updated to rds_2015ssl 证书更新为 rds_2015 后无法连接到 AWS rds 实例
【发布时间】:2015-03-12 12:51:10
【问题描述】:

我用新的 ssl 证书更新了我的 AWS rds 实例,但我无法通过 node.js 进行连接

CA 文件http://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem

【问题讨论】:

    标签: node.js amazon-web-services


    【解决方案1】:

    该链接中的 CA 文件包含 11 个证书。您需要将它们分开,然后在 nodejs 中 mysql 模块的 CA 字段中使用它们。否则 nodejs 中的 mysql 模块将使用新证书进行更新。您也可以使用他们的内置证书。

    【讨论】:

      猜你喜欢
      • 2016-04-13
      • 2019-01-02
      • 2014-06-24
      • 2020-02-27
      • 1970-01-01
      • 2019-07-05
      • 2021-04-02
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多