JDK-8206001 : Enable TLS1.3 by default in Http Client
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 11
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-06-28
  • Updated: 2018-07-17
  • Resolved: 2018-07-04
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 11 JDK 12
11 b22Fixed 12Fixed
Related Reports
Blocks :  
Description
Now that TLS1.3 has been integrated into jdk, we need to enable its use by default (when available) in the http client. Will be pushed as soon as blocking issue resolved. Fix includes some changes required by TLS behavior changes since 1.3 introduced.