From ae2b1f1e9e55457ea4243f2f62462933ccd7f2d1 Mon Sep 17 00:00:00 2001 From: Mark Hoek Date: Sat, 14 Mar 2020 14:24:24 +0100 Subject: [PATCH] Comment out OTR_CAPATH A default `OTR_CAPATH` was set in `recorder.conf`, even if it did not exist. This went previously unnoticed, because `OTR_CAPATH` was not honoured until #336. Resolves #339 --- recorder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recorder.conf b/recorder.conf index 7551a2a..9671e63 100644 --- a/recorder.conf +++ b/recorder.conf @@ -5,7 +5,7 @@ OTR_TOPICS = "owntracks/#" OTR_HTTPHOST = "0.0.0.0" -OTR_CAPATH = "/config" +# OTR_CAPATH = "/config" # OTR_CAFILE = "ca.pem" # OTR_CERTFILE = "cert.pem"