From a0741d99b80d7da1c063853382756b3a9689f6a7 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sun, 30 Aug 2020 07:49:26 -0400 Subject: Add TLSConfig to nctalk (#1195) Signed-off-by: Gary Kim --- matterbridge.toml.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7aeaec37..b1574f3d 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1394,6 +1394,11 @@ ShowTopicChange=false # Url of your Nextcloud server Server = "https://cloud.youdomain.me" +# Enable to not verify the certificate on your Nextcloud server. +# e.g. when using selfsigned certificates +# OPTIONAL (default false) +SkipTLSVerify=true + # Username of the bot Login = "talkuser" -- cgit v1.2.3