-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
In my tests Node driver is failing to connect to the server if the CA PEM file contains the following order of the certificates:
intermediate -> root
If the order is reversed as:
root -> intermediate
Then SSL connection can be established.
Reproduced with:
$ npm -v mongodb 2.15.2
- related to
-
COMPASS-2208 SSL-related error are not reported properly in Compass
- Closed
-
COMPASS-349 Support connecting with self-signed certificates which use a local certificate authority
- Closed