adjust tls default value to tlsv1.2; refs #839

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2020-05-18 20:48:04 +02:00
parent 17fd350d33
commit bc73ed0c75
4 changed files with 4 additions and 4 deletions

View File

@@ -655,7 +655,7 @@ opcache.interned_strings_buffer'),
('system', 'leaccount', ''),
('system', 'nssextrausers', '0'),
('system', 'le_domain_dnscheck', '1'),
('system', 'ssl_protocols', 'TLSv1,TLSv1.2'),
('system', 'ssl_protocols', 'TLSv1.2'),
('system', 'tlsv13_cipher_list', ''),
('system', 'honorcipherorder', '0'),
('system', 'sessiontickets', '1'),