Unnecessary Cipher Suite Support

Is there any reason Cloudflare still supports

  • TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
  • TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
  • TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA

When every client using these ciphers prefers TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, surely only one of these is needed?

This topic was automatically closed after 30 days. New replies are no longer allowed.