-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS Root CA not recognized when the file contains two CAs #4096
Labels
tls
Issues and PRs related to the tls subsystem.
Comments
Wow, you're lightning fast. |
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Dec 8, 2015
Before this commit you had to pass multiple CA certificates as an array of strings. For convenience you can now pass them as a single string. Fixes: nodejs#4096 PR-URL: nodejs#4099 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James M Snell <jasnell@gmail.com>
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
Before this commit you had to pass multiple CA certificates as an array of strings. For convenience you can now pass them as a single string. Fixes: nodejs#4096 PR-URL: nodejs#4099 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yandex LLC (Yandex.Money) has a CA:
With this code it throws
Error: SELF_SIGNED_CERT_IN_CHAIN
However, when this CA is split into two separate parts and fed into options as an Array then it works:
Is this some advanced RFC feature Node.js doesn't support?
The text was updated successfully, but these errors were encountered: