JDK-8207058 : Backport System Property jdk.tls.server.protocols
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-11
  • Updated: 2021-02-15
  • Resolved: 2020-04-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u261 b05Fixed openjdk8u272Fixed
Related Reports
Relates :  
Description
In the TLS 1.3 implementation, a new system property,  "jdk.tls.server.protocols", was introduced.  The system property is used to customize the default protocol versions for SSL/TLS server.  Applications can configure the default protocol versions, removing/adding, if they want to override the JDK default values.

Please consider a backport of the system property for JDK 10 and previous versions.