-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please upgrade node_root_certs.h for 0.x versions #7265
Comments
Also missing in v4.x. |
Best solution would be to use the OS'es certificate trust-store ;-) |
/cc @nodejs/lts |
This appears to have been done for all release lines from v4 forward. Given that it is unlikely that we will cut a new v0.10 release before EOL, I will pull the v0.10 label from this. We need to decide still if we're going to pull this into v0.12 at all. |
Closing this given that support for v0.12 is coming to a close in two days and there will not be any further updates to the v0.12 branch. |
I am using using Node.js 0.10 for a service that tries to connect to customer systems and returns errors if there are any problems (e.g. concerning the Certificates).
Problem is I get 'self-signed certificate in chain' error for a server cert signed by "COMODO RSA Certification Authority". because that CA-certificate is not present in Node.js 0.10 or even 0.12.
PS: Yes, I know I could update Node.js, but let's say I cannot for reasons I do not want to explain here ;-)
The text was updated successfully, but these errors were encountered: