Skip to content

CRL fallback not used when OCSP responder not reachable #2372

Description

@joe-dimar

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions