Closed
Description
- Version: 0.x
- Platform: any (tested on CentOS 6)
- Subsystem: core
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 ;-)