Sometimes OS assigns the same server port to 2 server runs out of 3, thus causing TLS session resumption (so not certificate is being sent by the server). Disable NewSessionTicket being sent by the server to remove any chance of such condition and avoid the test flakiness.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8386953: sun/security/ssl/CertificateCompression/CompressedCertMsgCache.java failing Changes: https://git.openjdk.org/jdk/pull/31811/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31811&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8386953 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/31811.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31811/head:pull/31811 PR: https://git.openjdk.org/jdk/pull/31811
