From 08635666df680bb9571624aad0439602fd8ec34c Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 7 Feb 2019 13:20:30 +0200 Subject: [PATCH] Do not attempt to start coturn TLS listeners We don't provide certificates, so it fails anyway, but we'd rather suppress the warnings about it too. --- roles/matrix-coturn/templates/turnserver.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/matrix-coturn/templates/turnserver.conf.j2 b/roles/matrix-coturn/templates/turnserver.conf.j2 index 32329d60..56c84120 100644 --- a/roles/matrix-coturn/templates/turnserver.conf.j2 +++ b/roles/matrix-coturn/templates/turnserver.conf.j2 @@ -8,4 +8,6 @@ log-file=stdout pidfile=/var/tmp/turnserver.pid userdb=/var/tmp/turnserver.db no-cli +no-tls +no-dtls prod