Merge pull request #76709 from aanderse/httpd-ssl
nixos/httpd: update default ssl protocols
This commit is contained in:
commit
ebf58a3404
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ in
|
|||
|
||||
sslProtocols = mkOption {
|
||||
type = types.str;
|
||||
default = "All -SSLv2 -SSLv3 -TLSv1";
|
||||
default = "All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1";
|
||||
example = "All -SSLv2 -SSLv3";
|
||||
description = "Allowed SSL/TLS protocol versions.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue