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:
parent
d765544edd
commit
f377bd1356
3 changed files with 3 additions and 3 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue