Closed
Description
I get the feeling this will be fun to debug, but here we go.
Previously on 1.x (node 0.10.x) I was able to successfully connect and query my LDAP server using LDAPS (uri: "ldaps://x.y.z"), however this has subsequently broken with the 2.0.7 release (and an upgrade to node 5.x).
If I call bind
after this:
var ldapClient = require('ldap-client');
var uri = 'ldaps://x.y.z';
var ldap = new ldapClient({
uri: uri,
starttls: false
});
then I eventually get:
{ [LDAPError: Timeout] name: 'LDAPError', message: 'Timeout' }
after a pause.
I'm not using starttls, just ldaps, and as I said, this worked before.
By the look of the traffic on the server side, there is no SSL initiation going on, although the connection arrives on the correct port.
Any clues would be great!
Metadata
Metadata
Assignees
Labels
No labels