소스 검색

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

Aaron van Meerten 2 년 전
부모
커밋
ef7ef9c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 }}"
         username = "focus"
         password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
+        disable-certificate-verification = true
       }
       {{ end }}
       {{ if $ENABLE_RECORDING }}