Created attachment 1229032 [details] NodeJS test case Description of problem: When making a HTTP request to a remote endpoint which requires mutual TLS, then a segfault in NodeJS occurs. This does not in the Nodesource built RPMs, but only in the EPEL version. Version-Release number of selected component (if applicable): nodejs-6.9.1-4.el7.x86_64 How reproducible: Every time Steps to Reproduce: 1. Make a TLS request with multiple certificates specified (see attached poc.js) Actual results: Segfault Expected results: First certificate that is specified gets used (this is what upstream does) Additional info:
This sounds like it might be the same as https://bugzilla.redhat.com/show_bug.cgi?id=1394948 which was happening (EPEL 7 only) when there was an intermediate certificate in the file with the main certificate.
*** This bug has been marked as a duplicate of bug 1394948 ***