help with changing from LDAP to LDAPS - LDAPS is failing #15414
Unanswered
boostedvq35de
asked this question in
Help Wanted!
Replies: 2 comments
-
I think it should be Then either your LDAP server will need a valid certificate (e.g. from Letsencrypt) or you'll need to make the CA cert which signed it available to the LDAP library. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my current ldap_config.py uses TCP 389 and authenticates my users fine.
however, when I try to change AUTH_LDAP_SERVER_URI to use port 636, then authentication begins to fail.
reverting to 389 works...
is there anything I'm missing:
! Working condition, TCP 389
! Failing condition, TCP 636
Beta Was this translation helpful? Give feedback.
All reactions