Jeremy Childs
Jeremy Childs
I'm suspicious of Promises. Can you verify that there is no crash when it's not wrapped in a promise?
ldapjs is a very different beast, it's all javascript-native (and they did a great job of it too). How did you determine that it isn't related to promises?
Can you please post that code, too?
I haven't updated to 12 yet myself, so any work/research is appreciated...
The intended way of handling a custom root CA is to use the system-wide mechanism to add teh root CA (follow the instructions that accompany all the other libldap tools)....
This is the important part of the error above: `TLS trace: SSL3 alert write:fatal:unknown CA` You need to install the root CA cert for GoDaddy *globally* for the machine. This...
Further, don't get confused: this cert error has nothing to do with node, https, or anything other then libopenldap (which is linked to openssl's libssl). Get openldap working, then this...
Been using it for years using global configuration (which is quite valuable as it synchronizes `login/authentication` with `ldapsearch` with `node`. Looks like a bunch of stuff is different with your...
FreeBSD/openLDAP I think the main issue is that it's now MozNSS under the hood for you, and the behaviour has changed. I'm always loathe to add multiple ways of doing...
Something in that directory path was created with a bad bitmask, I'd bet - look at permissions all the way down to `/home/NodeJsApp/node_modules/ldap-client/build` and see where you lose rw privs.