mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
issue: LDAP still requires TLS certificate path #4701
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 @zenorbi on GitHub (Apr 3, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.0
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The settings page should accept and apply empty LDAP TLS certificate path as fixed in https://github.com/open-webui/open-webui/issues/11294
Actual Behavior
The form submits but I get an error toast: "TLS is enabled but certificate file path is missing"
Settings are not saved.
Steps to Reproduce
Logs & Screenshots
Additional Information
We get certificates from Let's Encrypt for our LDAP, it shouldn't be mandatory to set a certificate path.
@tjbck commented on GitHub (Apr 3, 2025):
Most likely addressed with
a1f3300767in dev, testing wanted here!@zenorbi commented on GitHub (Apr 4, 2025):
I can confirm that the issue is fixed when I use the dev branch (v0.6.0 + commit
be20e6dec0). Thank you for the fix!