OCSP - Online Certificate Status Protocol

Web client submits a request to a CA server, that returns a signed response with certificate current status.

But the problem with OCSP is,

Untitled

OCSP SOFT FAIL

  1. Failure to receive OCSP response doesn’t mean certificate is invalid, it is just that CA is unreachable / unresponsive.
  2. Most browsers simply treat the certificate as valid in this case. This is called “ Soft Fail “

OCSP STAPLING

DOWNSIDES OF OCSP-STAPLING

OCSP STAPLE CAPTURE USING WIRESHARK