From b6df08f07287a1b36181ce16ccc91181bc1611fd Mon Sep 17 00:00:00 2001 From: emrah Date: Sun, 13 Apr 2025 15:24:16 +0300 Subject: [PATCH] fix(prosody): add consider_websocket_secure into Prosody config --- doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example index eb421f9fa3..d794391057 100644 --- a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example +++ b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example @@ -15,6 +15,7 @@ external_services = { cross_domain_bosh = false; consider_bosh_secure = true; +consider_websocket_secure = true; -- https_ports = { }; -- Remove this line to prevent listening on port 5284 -- by default prosody 0.12 sends cors headers, if you want to disable it uncomment the following (the config is available on 0.12.1)