jdk17u-dev icon indicating copy to clipboard operation
jdk17u-dev copied to clipboard

Backport OCSP 2836c34b64e4626e25c86a53e5bef2bf32f95d2e

Open HempushpaSahu opened this issue 1 year ago • 2 comments
trafficstars

Enhance OCSP, CRL and Certificate Fetch Timeouts.


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [ ] Commit message must refer to an issue

Error

 ⚠️ OCA signatory status must be verified

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2754/head:pull/2754
$ git checkout pull/2754

Update a local copy of the PR:
$ git checkout pull/2754
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2754/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2754

View PR using the GUI difftool:
$ git pr show -t 2754

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2754.diff

HempushpaSahu avatar Jul 31 '24 13:07 HempushpaSahu