feathersjs-ecosystem / feathers-authentication-ldap

LDAP authentication strategy for feathers-authentication using Passport
MIT License
19 stars 4 forks source link

LDAPS? #18

Closed tristani closed 6 years ago

tristani commented 7 years ago

Im trying to use ldaps but it throws an error:

Error: self signed certificate in certificate chain at TLSSocket. (_tls_wrap.js:1108:38) at emitNone (events.js:105:13) at TLSSocket.emit (events.js:207:7) at TLSSocket._finishInit (_tls_wrap.js:638:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Apologies if the issue could not be resolved. FeathersJS ecosystem modules are community maintained so there may be a chance that there isn't anybody available to address the issue at the moment. For other ways to get help see here.

Maryem44 commented 4 years ago

Is this problem still same till now?

Maryem44 commented 4 years ago

Hello I found solution for this problem this package handls asyncOptions so you can add as an option tlsOptions:{rejectUnauthorized: false} and this will resolve the problem