cloudflare / cloudflare/sslconfig

Ciphers marked weak by SSL Labs

Open
#98 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
No language data
Stars
1.3k
Forks
142
PR merge metrics
No merged PRs in 30d

Description

The follower ciphers have been marked as Weak by ssllabs and while it does not result in a lower grade, I wanted to get Cloudflare's opinion on deprecating support for these ciphers:

- TLS_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_128_CBC_SHA
- TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_256_GCM_SHA384
- TLS_RSA_WITH_AES_256_CBC_SHA
- TLS_RSA_WITH_AES_256_CBC_SHA256

I believe this would require removing the following from `ssl_ciphers`:
RSA+AES128 and RSA+AES256

Thanks in advance!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.