pjfanning commented on PR #1901: URL: https://github.com/apache/pekko/pull/1901#issuecomment-2970743680
Seeing ``` Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) at sun.security.ssl.HandshakeContext.<init>(HandshakeContext.java:171) at sun.security.ssl.ClientHandshakeContext.<init>(ClientHandshakeContext.java:103) at sun.security.ssl.TransportContext.kickstart(TransportContext.java:227) at sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:97) at org.apache.pekko.stream.impl.io.TLSActor.<init>(TLSActor.scala:176) at org.apache.pekko.stream.impl.io.TLSActor$.$anonfun$props$1(TLSActor.scala:49) ``` This issue also happens when we test with Java 24. I think we'll need to review the cipher suites that we use. -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org