Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Wood <gene_wood@cementhorizon.com>2022-07-28 23:59:58 +0300
committerGene Wood <gene_wood@cementhorizon.com>2022-07-28 23:59:58 +0300
commit4f220e73352f40b0280a4f8310d13e93863a06e8 (patch)
tree9e64401f86e93de51d5259f42da77e165dff09c2
parent495fba72445f59f42093e2c0114aed8bdbcb4a55 (diff)
Squid began supporting TLSv1.3 in Squid 4
-rwxr-xr-xsrc/js/configs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/configs.js b/src/js/configs.js
index ae02433..7336771 100755
--- a/src/js/configs.js
+++ b/src/js/configs.js
@@ -164,7 +164,7 @@ module.exports = {
showSupports: false,
supportsHsts: false,
supportsOcspStapling: false,
- tls13: '3.5',
+ tls13: '4',
},
tomcat: {
highlighter: 'xml',