mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
[PR #13852] [MERGED] feat: Add option to disable certificate validation for LDAP certificates. #23311
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/13852
Author: @hgaiser
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/14/2025
Merged by: @tjbck
Base:
dev← Head:self-signed-cert📝 Commits (1)
f63e76eAdd option to disable certificate validation.📊 Changes
4 files changed (+26 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/auths.py(+11 -2)📝
src/lib/components/admin/Settings/General.svelte(+7 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This PR adds an option to disable LDAP certificate validation, which is useful when using self-signed certificates. Apologies for not opening a discussion first. I saw the notification only after creating the PR (I searched for a
CONTRIBUTING.mdand didn't find any, maybe that should also be added instead?).I tested these changes locally and they appear to work as intended.
Added
Additional Information
i18nfor the translations. What is the correct approach for this ?Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.