| JDK 26 |
|---|
| 26 b22Fixed |
|
Relates :
|
Spotted while reviewing https://github.com/openjdk/jdk/pull/27093. If the NewSessionTicket message is lost, the handshake fails on the client side with: javax.net.ssl.SSLHandshakeException: (decrypt_error) The Finished message cannot be verified. To reproduce, add the following run line to the PacketLossRetransmission jtreg test: @run main/othervm PacketLossRetransmission server 4 new_session_ticket Workaround: avoid sending the NewSessionTicket message by disabling stateless session resumption
|