Skip to content

ldaps issue #80

Closed
Closed
@dave-irvine

Description

@dave-irvine

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions