Disabling TLS 1.0 and TLS 1.1

In Apache, search through your configuration files for "SSLProtocol".
Set it to:
SSLProtocol +TLSv1.2
[and restart Apache]

This change will not break certbot updates.

3 Likes