✓ 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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct