From b0ba01d2a7ef7d66b2ea95cdaa6e652015cbfc72 Mon Sep 17 00:00:00 2001 From: k0ral Date: Sun, 18 Aug 2019 11:52:09 +0200 Subject: Document the HTTPS option in the sample configuration file Signed-off-by: Lukas Fleischer --- contrib/caldav/config.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/caldav/config.sample b/contrib/caldav/config.sample index 8cbc4be..4d87681 100644 --- a/contrib/caldav/config.sample +++ b/contrib/caldav/config.sample @@ -18,6 +18,10 @@ Path = /path/to/calendar/on/the/server/ # Enable this if you want to skip SSL certificate checks. InsecureSSL = No +# Disable this if you want to use HTTP instead of HTTPS. +# Using plain HTTP is highly discouraged. +HTTPS = Yes + # This option allows you to filter the types of tasks synced. To this end, the # value of this option should be a comma-separated list of item types, where # each item type is either "event", "apt", "recur-event", "recur-apt", "todo", -- cgit v1.2.3