allow to configure the minimum version of TLS to be enabled

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-02-13 15:56:07 +01:00
parent 66945c0a02
commit 1fccd05e9e
13 changed files with 96 additions and 7 deletions

View File

@@ -86,6 +86,7 @@
"address": "",
"apply_proxy_config": true,
"tls_mode": 0,
"min_tls_version": 12,
"force_passive_ip": "",
"passive_ip_overrides": [],
"client_auth_type": 0,
@@ -117,6 +118,7 @@
"port": 0,
"address": "",
"enable_https": false,
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
"prefix": "",
@@ -211,6 +213,7 @@
"enable_web_admin": true,
"enable_web_client": true,
"enable_https": false,
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
"proxy_allowed": [],
@@ -255,6 +258,7 @@
"auth_user_file": "",
"certificate_file": "",
"certificate_key_file": "",
"min_tls_version": 12,
"tls_cipher_suites": []
},
"http": {