Merge pull request #90 from cristen/master

Refs #87 Add ssl options
This commit is contained in:
Guillaume Ayoub
2013-12-13 06:22:16 -08:00
3 changed files with 9 additions and 1 deletions

4
config
View File

@ -26,6 +26,10 @@ ssl = False
certificate = /etc/apache2/ssl/server.crt
# SSL private key
key = /etc/apache2/ssl/server.key
# SSL Protocol used. See python's ssl module for available values
protocol = PROTOCOL_SSLv23
# Ciphers available. See python's ssl module for available ciphers
ciphers =
# Reverse DNS to resolve client address in logs
dns_lookup = True
# Root URL of Radicale (starting and ending with a slash)