aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authork0ral <chahine.moreau@gmail.com>2019-08-18 11:52:09 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2019-09-06 18:15:36 -0400
commitb0ba01d2a7ef7d66b2ea95cdaa6e652015cbfc72 (patch)
treebcc5a22257f5c75d5fa1d6360b3636a4980e7d2b /contrib
parenta0305d754fb03f87495c1f074f07ee5dbb2fbd6f (diff)
downloadcalcurse-b0ba01d2a7ef7d66b2ea95cdaa6e652015cbfc72.tar.gz
calcurse-b0ba01d2a7ef7d66b2ea95cdaa6e652015cbfc72.zip
Document the HTTPS option in the sample configuration file
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/caldav/config.sample4
1 files changed, 4 insertions, 0 deletions
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",