Fix ssl protocol

This commit is contained in:
Jean-Marc Martins
2013-12-13 15:17:30 +01:00
parent d765544edd
commit f377bd1356
3 changed files with 3 additions and 3 deletions

2
config
View File

@ -28,7 +28,7 @@ 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 = None
ciphers =
# Reverse DNS to resolve client address in logs
dns_lookup = True
# Root URL of Radicale (starting and ending with a slash)