JDK-8330278 : Have SSLSocketTemplate.doClientSide use loopback address
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-15
  • Updated: 2024-05-21
  • Resolved: 2024-05-08
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 17 JDK 21 JDK 23
11.0.25-oracleFixed 17.0.13-oracleFixed 21.0.5-oracleFixed 23 b22Fixed
Related Reports
Relates :  
Description
SSLSocketTemplate currently defaults to using the localhost address. Using the loopback address by default may prove more reliable for some test configurations. 

e.g. see https://github.com/openjdk/jdk/pull/2405

similar changes may be possible for the TLSBase test class
Comments
Changeset: 0eff492e Author: Sean Coffey <coffeys@openjdk.org> Date: 2024-05-08 09:30:23 +0000 URL: https://git.openjdk.org/jdk/commit/0eff492e4107abc5624f0c3445877bf38629a980
08-05-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19083 Date: 2024-05-03 11:22:51 +0000
03-05-2024