Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61cb47f

Browse files
committed
Mention TLS gotcha in the FAQ
1 parent 9d7ca92 commit 61cb47f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/faq.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ connection.”* Alternatively, a Samba 4 AD returns the diagnostic message
8484
`LDAPv2 is considered historic <https://tools.ietf.org/html/rfc3494>`_
8585
since many years.
8686

87+
**Q**: My TLS settings are ignored/TLS isn't working?
88+
89+
**A**: Make sure you call `set_option( ldap.OPT_X_TLS_NEWCTX, 0 )`
90+
after changing any of the `OPT_X_TLS_*` options.
91+
8792

8893

8994
Installing

0 commit comments

Comments
 (0)