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:
parent
f253b23a67
commit
d765544edd
3 changed files with 10 additions and 3 deletions
4
config
4
config
|
@ -25,6 +25,10 @@ ssl = False
|
|||
certificate = /etc/apache2/ssl/server.crt
|
||||
# SSL private key
|
||||
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
|
||||
# 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