From bb1692e4ed8833704dec470fa90677d4fdbabbb0 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 28 Jun 2019 10:29:05 -0400 Subject: [PATCH] Update comment. Issue #9607 --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 4401cc7b95..f6cb37ce7d 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -1658,7 +1658,7 @@ EOD; $nginx_config .= "\t\tkeepalive_timeout 70;\n"; $nginx_config .= "\t\tssl_session_cache shared:SSL:10m;\n"; if ($captive_portal !== false) { - // leave TLSv1.0 for CP for now for compatibility + // leave TLSv1.1 for CP for now for compatibility $nginx_config .= "\t\tssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;\n"; } else { $nginx_config .= "\t\tssl_protocols TLSv1.2 TLSv1.3;\n";