Original PR: https://github.com/open-webui/open-webui/pull/24824 Author: @Sean-Kenneth-Doherty Created: 5/17/2026 Status: ❌ Closed
Base: main ← Head: fix/audio-stt-ssl-verify-main
main
fix/audio-stt-ssl-verify-main
c115a82
1 file changed (+5 additions, -0 deletions)
📝 backend/open_webui/routers/audio.py (+5 -0)
backend/open_webui/routers/audio.py
AIOHTTP_CLIENT_SESSION_SSL
requests.post
Fixes #24568
git diff --check
python3 -m py_compile backend/open_webui/routers/audio.py
uv run --no-project --with ruff ruff format --check backend/open_webui/routers/audio.py
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24824
Author: @Sean-Kenneth-Doherty
Created: 5/17/2026
Status: ❌ Closed
Base:
main← Head:fix/audio-stt-ssl-verify-main📝 Commits (1)
c115a82fix: honor SSL setting for STT requests📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
backend/open_webui/routers/audio.py(+5 -0)📄 Description
Summary
AIOHTTP_CLIENT_SESSION_SSLto synchronous STTrequests.postcallsFixes #24568
Testing
git diff --checkpython3 -m py_compile backend/open_webui/routers/audio.pyuv run --no-project --with ruff ruff format --check backend/open_webui/routers/audio.py🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.