1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00

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

View file

@ -46,7 +46,7 @@ INITIAL_CONFIG = {
"certificate": "/etc/apache2/ssl/server.crt",
"key": "/etc/apache2/ssl/server.key",
"protocol": "PROTOCOL_SSLv23",
"ciphers": None,
"ciphers": "",
"dns_lookup": "True",
"base_prefix": "/",
"realm": "Radicale - Password Required"},