Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 943 Bytes

File metadata and controls

20 lines (15 loc) · 943 Bytes

OCSP - Online Certificate Status Protocol

OCSP functionality is disabled by default, in order to enable it, set following application.property:

# good -> only good check
# unknown -> only good and unknown check
# none -> no OCSP test needed
application.OCSP_RevocationCheckValue=none

Property value Description
good means that OCSP must be supported and certificate is not revoked
unknown OCSP check enabled and enforced, but certificate itself does not have OCSP check supported (no URL for checking revoke status). Check will pass in case of certificate not revoker or if cannot be determined.
none OCSP check disabled

When enabled, it will perform remote environment certificate check prior to sending request to provider connector.

For all additional information such are responses from OCSP server, please take a look at the logs.