aneelaSaleem
aneelaSaleem
Please look at issue #307 It might help you solve the problem
Thanks prmooney. can you please give some examples how to start TLS in ldap. Because i spent much time starting TLS but i was not successful. But LDAP with SSL...
And also it was working fine with the above code snippet on same machines.
I'm stuck at this problem for days. Please guide me
yes i have followed the documentation https://nodejs.org/api/tls.html Also tried following code snippet and other combinations as well var tls = require('tls'); var fs = require('fs'); var options = { key:...
I'm continuously getting below error: events.js:72 throw er; // Unhandled 'error' event ^ Error: socket hang up at SecurePair.error (tls.js:1013:23) at EncryptedStream.CryptoStream._done (tls.js:705:22) at CleartextStream.read [as _read](tls.js:496:24) at CleartextStream.Readable.read (_stream_readable.js:320:10)...
Hi pfmooney! I have spent a lot of time discovering the solution. The following code works fine in my case. Just wanted a little bit guidance. Please have a look...