mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #24073] issue: Openwebui ignores AIOHTTP_CLIENT_SESSION_SSL for docling content extraction backend #35703
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 @orKL3mlz on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24073
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.1
Ollama Version (if applicable)
0.20.3
Operating System
Debian 13
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Openwebui should ignore self signed certificate errors if
AIOHTTP_CLIENT_SESSION_SSL = Falsewhen making calls to the document extraction endpoint.Actual Behavior
The request fails with an
Self signed certificate error, in this case, when connecting to a docling instanceSteps to Reproduce
Configure Openwebui to use a Docling endpoint inside the document extraction settings. If this endpoint uses a self-signed certificate, the request will fail with the error mentionned above.
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Apr 24, 2026):
Addressed in dev.