mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Fix ssl protocol
This commit is contained in:
parent
d765544edd
commit
f377bd1356
3 changed files with 3 additions and 3 deletions
2
config
2
config
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue