[PR #24824] [CLOSED] fix: honor SSL setting for STT requests #131539

Closed
opened 2026-05-21 17:09:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix/audio-stt-ssl-verify-main


📝 Commits (1)

  • c115a82 fix: 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

  • pass AIOHTTP_CLIENT_SESSION_SSL to synchronous STT requests.post calls
  • covers OpenAI-compatible, Deepgram, Azure, and Mistral STT transcription paths
  • keeps STT behavior consistent with the audio router's existing async aiohttp calls that already pass this SSL setting

Fixes #24568

Testing

  • 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/24824 **Author:** [@Sean-Kenneth-Doherty](https://github.com/Sean-Kenneth-Doherty) **Created:** 5/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/audio-stt-ssl-verify-main` --- ### 📝 Commits (1) - [`c115a82`](https://github.com/open-webui/open-webui/commit/c115a82e29cc52cb101ea39262c2287b4f3ad81a) fix: honor SSL setting for STT requests ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/routers/audio.py` (+5 -0) </details> ### 📄 Description ## Summary - pass `AIOHTTP_CLIENT_SESSION_SSL` to synchronous STT `requests.post` calls - covers OpenAI-compatible, Deepgram, Azure, and Mistral STT transcription paths - keeps STT behavior consistent with the audio router's existing async aiohttp calls that already pass this SSL setting Fixes #24568 ## Testing - `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` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 17:09:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#131539