-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8350326 | 24.0.2 | Kieran Farrell | P4 | New | Unresolved |
The test shares a single SSLContext between clients and servers. It can happen that the second client or server created manages to bind to the same port than the previous client or server, which can trick the TLS code into assuming a session resumption, which invalidates the test assumptions.
- backported by
-
JDK-8350326 java/net/httpclient/HttpClientSNITest.java fails intermittently
-
- New
-
- caused by
-
JDK-8346705 SNI not sent with Java 22+ using java.net.http.HttpClient.Builder#sslParameters
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/8cf07358
-
Review(master) openjdk/jdk24u/84
-
Review(master) openjdk/jdk/23233