From f5e639763850aad3d3292d7b5adf8e4e4035870e Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Sun, 17 Mar 2024 13:32:35 -0400 Subject: [PATCH] Wording --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index f56a83e..b7269cd 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -52,7 +52,7 @@ Everything you need to run Open WebUI, including your data, remains within your **A:** The functionality of Speech-to-Text (STT) and Text-to-Speech (TTS) services in your deployment may require HTTPS to operate correctly. Modern browsers enforce security measures that restrict certain features, including STT and TTS, to only work under secure HTTPS connections. If your deployment is not configured to use HTTPS, these services might not function as expected. Ensuring your deployment is accessible over HTTPS can resolve these issues, enabling full functionality of STT/TTS features. -#### **Q: Why doesn't the project include HTTPS support?** +#### **Q: Why doesn't the WebUI include HTTPS support built-in?** **A:** While we understand the desire for an all-in-one solution that includes HTTPS support, we believe such an approach wouldn't adequately serve the diverse needs of our user base. Implementing HTTPS directly within the project could limit flexibility and may not align with the specific requirements or preferences of all users. To ensure that everyone can tailor their setup to their unique environment, we leave the implementation of HTTPS termination to the users for their production deployments. This decision allows for greater adaptability and customization. Though we don't offer official documentation on setting up HTTPS, community members may provide guidance upon request, sharing insights and suggestions based on their experiences.