You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/08 06:08:36 UTC

[GitHub] [pulsar] lhotari commented on pull request #14569: [Broker] Full-support ssl provider, ciphers and protocols for broker service and proxy service

lhotari commented on PR #14569:
URL: https://github.com/apache/pulsar/pull/14569#issuecomment-1092474283

   @nodece one comment about these ciphers:
   >TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
   TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
   TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
   
   These are considered unsecure legacy ciphers which aren't supported in Netty with BoringSSL / netty-tcnative. 
   More details here: https://github.com/netty/netty/issues/9775#issuecomment-553489442
   
   I believe it's the same reason why Conscrypt doesn't support the CBC mode ciphers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org