You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception while invoking method 'login' TypeError: Cannot read property 'on' of undefined
at setupSocket (/home/meteoruser/.meteor/packages/typ_ldapjs/.0.7.3.1brxoay.lw2j++os+web.browser+web.cordova/npm/node_modules/ldapjs/lib/client/client.js:111:15)
events.js:183
throw er; // Unhandled 'error' event
Error: self signed certificate in certificate chain
at TLSSocket. (_tls_wrap.js:1105:38)
my certificate is official (not self-signed),
if i set LDAP_DEFAULTS.ldapsCertificate to false,
or if i set environment variable NODE_TLS_REJECT_UNAUTHORIZED to 0,
then there is no "self signed certificate" error,
but the "Cannot read property 'on' of undefined" error still remain.
The text was updated successfully, but these errors were encountered:
hi,
i got the errors :
Exception while invoking method 'login' TypeError: Cannot read property 'on' of undefined
at setupSocket (/home/meteoruser/.meteor/packages/typ_ldapjs/.0.7.3.1brxoay.lw2j++os+web.browser+web.cordova/npm/node_modules/ldapjs/lib/client/client.js:111:15)
events.js:183
throw er; // Unhandled 'error' event
Error: self signed certificate in certificate chain
at TLSSocket. (_tls_wrap.js:1105:38)
my certificate is official (not self-signed),
if i set LDAP_DEFAULTS.ldapsCertificate to false,
or if i set environment variable NODE_TLS_REJECT_UNAUTHORIZED to 0,
then there is no "self signed certificate" error,
but the "Cannot read property 'on' of undefined" error still remain.
The text was updated successfully, but these errors were encountered: