balassai opened a new pull request, #27514: URL: https://github.com/apache/flink/pull/27514
## What is the purpose of the change This change updates the security.ssl.algoritms default value to **TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384** https://bugs.openjdk.org/browse/JDK-8245545 disables the TLS_RSA ciphers. Newer JDK versions won't support the _TLS_RSA_WITH_AES_128_CBC_SHA_ which was the previous default value. ## Brief change log - SecurityOptions.SSL_ALGORITHM default value is updated - Documentation updated ## Verifying this change - A default value check has been introduced in SecurityOptionsTest -- 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]
