pjfanning commented on PR #1534: URL: https://github.com/apache/pekko/pull/1534#issuecomment-2952286995
we also hit issues with TLS ciphers that are no longer supported ``` [05-09 14:43:22.654] [info] javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) [05-09 14:43:22.654] [info] at java.base/sun.security.ssl.HandshakeContext.<init>(HandshakeContext.java:162) [05-09 14:43:22.654] [info] at java.base/sun.security.ssl.ClientHandshakeContext.<init>(ClientHandshakeContext.java:103) [05-09 14:43:22.654] [info] at java.base/sun.security.ssl.TransportContext.kickstart(TransportContext.java:245) [05-09 14:43:22.654] [info] at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:104) [05-09 14:43:22.654] [info] at org.apache.pekko.stream.impl.io.TLSActor.setNewSessionParameters(TLSActor.scala:185) [05-09 14:43:22.654] [info] at org.apache.pekko.stream.impl.io.TLSActor$ChoppingBlock.chopInto(TLSActor.scala:115) [05-09 14:43:22.654] [info] at org.apache.pekko.stream.impl.io.TLSActor.doOutbound(TLSActor.scala:335) [05-09 14:43:22.654] [info] at org.apache.pekko.stream.impl.io.TLSActor.$anonfun$bidirectional$1(TLSActor.scala:247) ``` -- 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