Skip to content

Protocol: Missing OCSP Stapling

Identifier: issue_ssl_missing_ocsp_stapling

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Without OCSP stapling, clients must contact a responder directly to obtain certificate revocation status.

How we test: We request certificate status during the TLS handshake and inspect the response.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_ocsp_stapling:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.