mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update comment. Issue #9607
This commit is contained in:
parent
aa61875317
commit
bb1692e4ed
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user