-
Sub-task
-
Resolution: Delivered
-
P3
-
7u301, 8u291, 11.0.11-oracle, 16
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8257984 | 11.0.11-oracle | Clifford Wayne | P3 | Resolved | Delivered | |
JDK-8257983 | 8u291 | Clifford Wayne | P3 | Resolved | Delivered | |
JDK-8257982 | 7u301 | Clifford Wayne | P3 | Resolved | Delivered |
TLS 1.0 and 1.1 are versions of the TLS protocol that are no longer considered secure and have been superseded by more secure and modern versions (TLS 1.2 and 1.3).
These versions have now been disabled by default. If you encounter issues, you can, at your own risk, re-enable the versions by removing "TLSv1" and/or "TLSv1.1" from the `jdk.tls.disabledAlgorithms` security property in the `java.security` configuration file.
These versions have now been disabled by default. If you encounter issues, you can, at your own risk, re-enable the versions by removing "TLSv1" and/or "TLSv1.1" from the `jdk.tls.disabledAlgorithms` security property in the `java.security` configuration file.
- backported by
-
JDK-8257982 Release Note: Disable TLS 1.0 and 1.1
-
- Resolved
-
-
JDK-8257983 Release Note: Disable TLS 1.0 and 1.1
-
- Resolved
-
-
JDK-8257984 Release Note: Disable TLS 1.0 and 1.1
-
- Resolved
-