Version: 2.73.10
Is: OcspCache.getOcspResponse() throws CertPathValidatorException when OCSP responder is not reachable or hostname unknown (when NoRouteToHostException, UnknownHostException, or any other IOException occurs)
Expected: Certain (all?) IOExceptions are caught, optionally handled, and thrown as RecoverableCertPathValidatorException so that ProvRevocationChecker can properly catch them and fallback to CRLs.
Impact: CRLs will not be used as fallback when these situations occur. Instead, the cert path validation fails immediately.

Version: 2.73.10
Is: OcspCache.getOcspResponse() throws CertPathValidatorException when OCSP responder is not reachable or hostname unknown (when NoRouteToHostException, UnknownHostException, or any other IOException occurs)
Expected: Certain (all?) IOExceptions are caught, optionally handled, and thrown as RecoverableCertPathValidatorException so that ProvRevocationChecker can properly catch them and fallback to CRLs.
Impact: CRLs will not be used as fallback when these situations occur. Instead, the cert path validation fails immediately.