mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #24857] [CLOSED] fix: honor SSL setting for STT requests #131555
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24857
Author: @arieleli01212
Created: 5/18/2026
Status: ❌ Closed
Base:
dev← Head:codex/fix-audio-stt-ssl-verify📝 Commits (1)
48d027dfix: 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
Pull Request Checklist
devbranch.AIOHTTP_CLIENT_SESSION_SSLconfiguration.dev, and contains no unrelated commits.fixprefix.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
requests.postnow passverify=AIOHTTP_CLIENT_SESSION_SSL, allowing self-signed certificate setups when SSL verification is disabled.Security
Breaking Changes
Additional Information
Closes #24568.
Validation:
python3 -m py_compile backend/open_webui/routers/audio.pyruff check backend/open_webui/routers/audio.pywas attempted, but the file has pre-existing unrelated lint findings.Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.