Browse Source

jicofo: disable cert verification for jvb xmpp (#1501)

Aaron van Meerten 2 years ago
parent
commit
ef7ef9c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jicofo/rootfs/defaults/jicofo.conf

+ 1 - 0
jicofo/rootfs/defaults/jicofo.conf

@@ -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 }}