mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #24568] issue: Openwebui still ignores AIOHTTP_CLIENT_SESSION_SSL for STT engine URL #74942
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 (May 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24568
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.5
Ollama Version (if applicable)
0.23.2
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 speech to text engine.verify=AIOHTTP_CLIENT_SESSION_SSL,should be added inside the filebackend/open_webui/routers/audio.pyat line 752, inside this block of codeActual Behavior
When configuring Speech to text to
OpenAI, and setting the URL tohttps://x.x.x.x/v1, and if the certificate is self-signed, we still haveThe issue was mentionned in #23672 but it is still not fixed
Steps to Reproduce
Set AIOHTTP_CLIENT_SESSION_SSL = False and REQUESTS_VERIFY = False inside .env
Configure stt backend to use a self-signed certificate
Configure the connection inside Openwebui Audio STT endpoint : https://x.x.x.x/v1
Save the settings and try use the voice feature from a new conversation (mic logo, to transcript voice to text)
Logs & Screenshots
Additional Information
No response