Merge pull request #839 from negrusti/patch-2

TLSv1 is deprecated
This commit is contained in:
Michael Kaufmann
2020-05-18 20:07:30 +02:00
committed by GitHub

View File

@@ -265,7 +265,6 @@ return array(
'desc' => $lng['serversettings']['ssl']['ssl_protocols']['description'], 'desc' => $lng['serversettings']['ssl']['ssl_protocols']['description'],
'type' => 'checkbox', 'type' => 'checkbox',
'value' => array( 'value' => array(
'TLSv1',
'TLSv1.2' 'TLSv1.2'
), ),
'values' => array( 'values' => array(