Skip to content

Commit 0c3020b

Browse files
jicofo: disable cert verification for jvb xmpp (jitsi#1501)
1 parent a3e868c commit 0c3020b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jicofo/rootfs/defaults/jicofo.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jicofo {
184184
domain = "{{ $JVB_XMPP_AUTH_DOMAIN }}"
185185
username = "focus"
186186
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
187+
disable-certificate-verification = true
187188
}
188189
{{ end }}
189190
{{ if $ENABLE_RECORDING }}

0 commit comments

Comments
 (0)