Comment 53 for bug 1665151

Revision history for this message
somekool (somekool) wrote :

I could disable TLS 1.0 and 1.1 and only enable TLS 1.2 + 1.3 by doing this

```
  SSLProtocol +TLSv1.2 +TLSv1.3
  SSLCipherSuite HIGH:!kRSA:!ADH:!eNULL:!LOW:!EXP:!MD5:!3DES
```