swapna267 commented on PR #27491:
URL: https://github.com/apache/flink/pull/27491#issuecomment-3819717396

   Thanks @balassai . 
   
   Apart from fixing the test cases (mentioned in the jira opened), we also 
want to take this opportunity to completely remove the usage of the old TLS_RSA 
cipher suites which have severe security vulnerabilities. 
   
   We need to also update the default cipher suites in SecurityOptions.java 
which the BlobServer is using. And any other references to the deprecated 
cipher suites.
   
   Had an offline discussion with @gaborgsomogyi . We would like to use the 
recommended `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256` and 
`TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384` by default. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to