noirello / bonsai

Simple Python 3 module for LDAP, using libldap2 and winldap C libraries.
MIT License
118 stars 33 forks source link

Provide debug-hint in the tutorial on SSL/TLS-errors #76

Closed senfomat closed 1 year ago

senfomat commented 1 year ago

As there is a lack of specific errorcodes in libldap/OpenLDAP, bonsai cannot give SSL/TLS-specific errormessages or exceptions. As stated in https://github.com/noirello/bonsai/issues/75 there is some useful output for debugging these, then when using the debug+trace-Method.

noirello commented 1 year ago

Thank you!