mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #23777] issue: Openwebui ignores AIOHTTP_CLIENT_SESSION_SSL to display generated image #74671
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 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23777
Check Existing Issues
Installation Method
Docker
Open WebUI Version
git-70a6a24-slim
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 image generation endpoint, specifically when trying to retrieve the generated image.Thanks to your work done here #23755, the image is now generated properly, but not retrieved properly.
Actual Behavior
The request to retrieve the image fails with an
Self signed certificate error, in this case, when connecting to a comfyui instanceSteps to Reproduce
Configure Openwebui to use a Comfyui endpoint inside the image generation settings. If this endpoint uses a self-signed certificate, the request will fail with the error mentionned above.
Logs & Screenshots
Additional Information
No response
@orKL3mlz commented on GitHub (Apr 16, 2026):
I also tried to reproduce #23672 and openwebui still says that the certificate is self signed.
Thank you.
@tjbck commented on GitHub (Apr 17, 2026):
Addressed in dev.