diff options
Diffstat (limited to 'contrib/caldav')
-rw-r--r-- | contrib/caldav/config.sample | 4 |
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", |