8000 TLS connection runs out of time · Issue #91 · jeremycx/node-LDAP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
TLS connection runs out of time #91
Open
@arvindsinghtomar

Description

@arvindsinghtomar

I'm trying to connect LDAP server using this code

    ldap = new LDAP({

        uri: 'ldaps://host:port',
        base: 'o=base',
        attrs: '*',
        validatecert: false,
        version: 3,
        reconnect: true,
        connecttimeout: -1, // seconds, default is -1 (infinite timeout), connect timeout
        filter: '*', // default filter for all future searches
        scope: LDAP.SUBTREE
    }, function(err) {
        if (err) console.log("Conn err: ", err);
    });

and this gives me error :

{ [LDAPError: Timeout] name: 'LDAPError', message: 'Timeout' }

can you help?

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

      0