Skip to content

Protocol: Missing OCSP Responder URLs

Identifier: issue_ssl_missing_ocsp_urls

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

A certificate without OCSP responder URLs prevents clients from locating its revocation status service.

How we test: We inspect the certificate Authority Information Access extension for OCSP URLs.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_ocsp_urls:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.