Przeglądaj źródła

Explicitly set c2s_require_encryption to false

Jitsi Meet doesn't seem to work with c2s_require_encryption set to true.
c2s_require_encryption is false by default. However it is possible that
in some Prosody configurations it is overriden by a global config to be
true. In that case Jitsi Meet might not work out-of-box. So let's set it
explicitly to be sure it is correct.
j8
cmrd Senya 8 lat temu
rodzic
commit
71da05dc96

+ 2
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Wyświetl plik

@@ -23,6 +23,8 @@ VirtualHost "jitmeet.example.com"
23 23
             "ping"; -- Enable mod_ping
24 24
         }
25 25
 
26
+        c2s_require_encryption = false
27
+
26 28
 Component "conference.jitmeet.example.com" "muc"
27 29
     --modules_enabled = { "token_verification" }
28 30
 admins = { "focusUser@auth.jitmeet.example.com" }

+ 2
- 0
doc/example-config-files/prosody.cfg.lua.example Wyświetl plik

@@ -179,6 +179,8 @@ VirtualHost "jitsi.example.com"
179 179
 		certificate = "/var/lib/prosody/jitsi.example.com.crt";
180 180
 	}
181 181
 
182
+	c2s_require_encryption = false
183
+
182 184
 ------ Components ------
183 185
 -- You can specify components to add hosts that provide special services,
184 186
 -- like multi-user conferences, and transports.

+ 1
- 0
doc/manual-install.md Wyświetl plik

@@ -55,6 +55,7 @@ VirtualHost "jitsi.example.com"
55 55
         "bosh";
56 56
         "pubsub";
57 57
     }
58
+    c2s_require_encryption = false
58 59
 ```
59 60
 - add domain with authentication for conference focus user:
60 61
 ```

Ładowanie…
Anuluj
Zapisz