Installs using the Perl installer should also disable old SSL versions

This commit is contained in:
Jamie Cameron
2015-10-20 15:53:58 -07:00
parent bd959c47b2
commit 82274422fb

View File

@@ -373,6 +373,10 @@ else {
'logtime' => 168,
'ppath' => $ppath,
'ssl' => $ssl,
'no_ssl2' => 1,
'no_ssl3' => 1,
'no_tls1' => 1,
'no_tls1_1' => 1,
'env_WEBMIN_CONFIG' => $config_directory,
'env_WEBMIN_VAR' => $var_dir,
'atboot' => $atboot,