[PR #642] [MERGED] Helpful tips on environment variables when using TLS certs with private CA #682

Closed
opened 2026-02-15 18:15:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/642
Author: @erhhung
Created: 8/3/2025
Status: Merged
Merged: 8/9/2025
Merged by: @Classic298

Base: devHead: ca-certs-env-vars


📝 Commits (1)

  • 317094a enh: Added env var hints on using TLS certs with private CA

📊 Changes

1 file changed (+13 additions, -1 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+13 -1)

📄 Description

Added info bubbles to the following environment variables documentation that describe related environment variables that need to be defined to enable verification of certificates signed by a private CA:

  • QDRANT_PREFER_GRPC
    • Also define GRPC_DEFAULT_SSL_ROOTS_FILE_PATH
  • S3_ENDPOINT_URL
    • Also define AWS_CA_BUNDLE

🔄 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/docs/pull/642 **Author:** [@erhhung](https://github.com/erhhung) **Created:** 8/3/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `dev` ← **Head:** `ca-certs-env-vars` --- ### 📝 Commits (1) - [`317094a`](https://github.com/open-webui/docs/commit/317094a71ea8431f1f7f6db7c0cf86bc3aad6bd3) enh: Added env var hints on using TLS certs with private CA ### 📊 Changes **1 file changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+13 -1) </details> ### 📄 Description Added `info` bubbles to the following environment variables documentation that describe related environment variables that need to be defined to enable verification of certificates signed by a private CA: - `QDRANT_PREFER_GRPC` - Also define `GRPC_DEFAULT_SSL_ROOTS_FILE_PATH` - `S3_ENDPOINT_URL` - Also define `AWS_CA_BUNDLE` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:33 -05:00
yindo closed this issue 2026-02-15 18:15:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#682