swapna267 commented on PR #27514: URL: https://github.com/apache/flink/pull/27514#issuecomment-3929430315
Tested internally with `JDK-17.0.18` . Enabled internal SSL using configs listed here, https://nightlies.apache.org/flink/flink-docs-stable/docs/deployment/security/security-ssl/ Could reproduce following error without the fix, ``` javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) at java.base/sun.security.ssl.HandshakeContext.<init>(HandshakeContext.java:173) ~[?:?] at java.base/sun.security.ssl.ServerHandshakeContext.<init>(ServerHandshakeContext.java:63) ~[?:?] at java.base/sun.security.ssl.TransportContext.kickstart(TransportContext.java:253) ~[?:?] at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:450) ~[?:?] at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:927) ~[?:?] at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1018) ~[?:?] at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:978) ~[?:?] at org.apache.flink.runtime.blob.BlobServerConnection.run(BlobServerConnection.java:102) ``` And it passes through with the changes in this PR. -- 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]
