JDK 11 | JDK 17 | JDK 20 | JDK 8 |
---|---|---|---|
11.0.24-oracleResolved | 17.0.12-oracleResolved | 20Resolved | 8u421-perfResolved |
DTLS 1.0 has been disabled by default, by adding "DTLSv1.0" to the `jdk.tls.disabledAlgorithms` security property in the `java.security` configuration file. DTLS 1.0 has weakened over time and lacks support for stronger cipher suites. Any attempts to use DTLSv1.0 will fail with an `SSLHandshakeException`. Users can, at their own risk, re-enable the version by removing "DTLSv1.0" from the `jdk.tls.disabledAlgorithms` security property.