mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Remove settings for TLS protocol and ciphers
Use the recommended default settings instead.
This commit is contained in:
parent
4a43b17840
commit
11ea3cc7a4
3 changed files with 9 additions and 28 deletions
|
@ -127,15 +127,7 @@ DEFAULT_CONFIG_SCHEMA = OrderedDict([
|
|||
"value": "",
|
||||
"help": "set CA certificate for validating clients",
|
||||
"aliases": ["--certificate-authority"],
|
||||
"type": filepath}),
|
||||
("protocol", {
|
||||
"value": "PROTOCOL_TLSv1_2",
|
||||
"help": "SSL protocol used",
|
||||
"type": str}),
|
||||
("ciphers", {
|
||||
"value": "",
|
||||
"help": "available ciphers",
|
||||
"type": str})])),
|
||||
"type": filepath})])),
|
||||
("encoding", OrderedDict([
|
||||
("request", {
|
||||
"value": "utf-8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue