From ef7ef9cfd3a47ce84247b46f4ef87baf2d9b1770 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Thu, 16 Mar 2023 08:55:18 -0500 Subject: [PATCH] jicofo: disable cert verification for jvb xmpp (#1501) --- jicofo/rootfs/defaults/jicofo.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index 0d4265d..b994b49 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/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 }}