1
0
Fork 0
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:
Unrud 2020-02-19 09:48:38 +01:00
parent 4a43b17840
commit 11ea3cc7a4
3 changed files with 9 additions and 28 deletions

View file

@ -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",