1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Add ssl protocol and ciphers in config

This commit is contained in:
Jean-Marc Martins 2013-12-13 14:31:09 +01:00
parent f253b23a67
commit d765544edd
3 changed files with 10 additions and 3 deletions

View file

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