pjfanning opened a new pull request, #2003: URL: https://github.com/apache/pekko/pull/2003
* Part of #2000 but there are many other broken tests still * SessionRenegotiationFirstTwo is still tested and that uses a stronger cipher suite * SessionRenegotiationFirstOne uses a weak cipher suite, TLS_RSA_WITH_AES_128_CBC_SHA, that no longer seems to work with Java 24 ``` javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) [info] at java.base/sun.security.ssl.HandshakeContext.<init>(HandshakeContext.java:162) [info] at java.base/sun.security.ssl.ClientHandshakeContext.<init>(ClientHandshakeContext.java:103) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
