✓ Solved
TLS 1.2-1.3 Only Ubuntu 20.04 - Apache2
Hi,
Is there a way to disable TLS 1.0 and 1.1 on Ubuntu 20.04 running Apache2? I ran my grade on SSL labs and I am capped at a B because I am running 1.0 or 1.1.
1 Reply
✓ Best Answer
See the SSLProtocol directive in the apache2 doc:
https://httpd.apache.org/docs/current/mod/mod_ssl.html
— sw