mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #23672] issue: Openwebui ignores AIOHTTP_CLIENT_SESSION_SSL for STT engine URL #35572
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 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23672
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
0.20.3
Operating System
Docker
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.Actual 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 haveSteps 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/speech
Save the settings and try use the voice feature from a new conversation (mic logo, to transcript voice to text)
Logs & Screenshots
requests.exceptions.SSLError: HTTPSConnectionPool(host='x.x.x.x', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1016)')))
Additional Information
No response
@Classic298 commented on GitHub (Apr 13, 2026):
could you verify if this is fixed in dev?
@tjbck commented on GitHub (Apr 13, 2026):
Likely addressed in dev.
@orKL3mlz commented on GitHub (Apr 15, 2026):
Hi, tried this image :
open-webui/open-webui:git-1860874-slim, but the issue is still there for STTThere is also an issue with TTS when Openwebui is trying to get models and voices