mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Make LDAP certificate optional for public trusted CA #2818
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fwPunsher on GitHub (Nov 25, 2024).
When connecting against an ldap server that has a certificate that has been issued by a public trusted CA the certificate field should be optional and the connection should be possible without specifying any certificate.
Background: we are issuing our ldap servers with certificates that are signed via Lets Encrypt. As such the application should simply accept the certificate without any further certificate configuration necessary.