RFR: 8329335: HttpsURLConnectionTest fails due to network firewall rules

Fernando Guallini fguallini at openjdk.org
Mon Jun 17 14:14:35 UTC 2024


Since HttpsURLConnectionTest attempts to reach external servers, it can fail if run on hosts without outbound traffic allowed. Therefore, it should not be executed in CI pipelines but rather manually on a host with no firewall rules preventing egress traffic.

-------------

Commit messages:
 - test should be run manually to avoid proxy problems

Changes: https://git.openjdk.org/jdk/pull/19745/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19745&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8329335
  Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/19745.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19745/head:pull/19745

PR: https://git.openjdk.org/jdk/pull/19745



More information about the security-dev mailing list