gaborgsomogyi commented on PR #29289: URL: https://github.com/apache/flink/pull/29289#issuecomment-5831615288
CI passed on [build #79427](https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79427). The `test_file_sink.sh` e2e test (OpenSSL/netty-tcnative, both dynamic and static linkage) negotiated TLS 1.3 with the new defaults on both: ``` Running 'File Sink end-to-end test' ... Setting up SSL with: internal OPENSSL dynamic ... * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519 / RSASSA-PSS ... Setting up SSL with: internal OPENSSL static ... * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / [blank] / RSASSA-PSS ``` This closes the one gap flagged during development: the OpenSSL provider's behavior with the new TLS 1.3 cipher suite names couldn't be verified locally and needed a real CI run to confirm. -- 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]
