jicofo: disable cert verification for jvb xmpp (#1501)
This commit is contained in:
committed by
GitHub
parent
a8fe1aaee4
commit
ef7ef9cfd3
@@ -184,6 +184,7 @@ jicofo {
|
|||||||
domain = "{{ $JVB_XMPP_AUTH_DOMAIN }}"
|
domain = "{{ $JVB_XMPP_AUTH_DOMAIN }}"
|
||||||
username = "focus"
|
username = "focus"
|
||||||
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
|
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
|
||||||
|
disable-certificate-verification = true
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $ENABLE_RECORDING }}
|
{{ if $ENABLE_RECORDING }}
|
||||||
|
|||||||
Reference in New Issue
Block a user