Removing deprecated TLS versions

This commit is contained in:
Zeiko 2021-10-23 15:51:55 +02:00 committed by GitHub
parent 0d5779eb4a
commit aa2286ef81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ apache_vhosts_ssl: []
apache_ignore_missing_ssl_certificate: true
apache_ssl_protocol: "All -SSLv2 -SSLv3"
apache_ssl_protocol: "All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1"
apache_ssl_cipher_suite: "AES256+EECDH:AES256+EDH"
# Only used on Debian/Ubuntu.