Management::KeyCertificate::OCSPStatus

Introduced : BIG-IP_v13.0.0
An enumerated type for OCSP validation status for a certificate.

Members

Member

Value

Description

OCSP_STATUS_UNKNOWN

0

The OCSP status is unknown (or unsupported by iControl).

OCSP_STATUS_NONE

1

OCSP validation is disabled.

OCSP_STATUS_ENABLED_UNKNOWN

2

Default state when OCSP validation is enabled.

OCSP_STATUS_CONNECTION_ERR_HTTP

3

Connection error: HTTP error when contacting the OCSP responder.

OCSP_STATUS_CONNECTION_ERR_TIMEOUT

4

Connection error: connection timeout when contacting the OCSP responder.

OCSP_STATUS_CONNECTION_ERR_OTHER

5

Connection error: other connection failures when contacting the OCSP responder.

OCSP_STATUS_RESPONSE_ERR_MALFORMEDREQUEST

6

OCSP response error: the OCSP response is in ‘malformed request’ status.

OCSP_STATUS_RESPONSE_ERR_INTERNALERROR

7

OCSP response error: the OCSP response is in ‘internal error’ status.

OCSP_STATUS_RESPONSE_ERR_TRYLATER

8

OCSP response error: the OCSP response is in ‘try later’ status.

OCSP_STATUS_RESPONSE_ERR_SIGREQUIRED

9

OCSP response error: the OCSP response is in ‘signature required.

OCSP_STATUS_RESPONSE_ERR_UNAUTHORIZED

10

OCSP response error: the OCSP response is in ‘unauthorized’ status.

OCSP_STATUS_RESPONSE_VALIDATION_ERR_PARSE

11

OCSP response validation error: response parsing error.

OCSP_STATUS_RESPONSE_VALIDATION_ERR_VERIFY

12

OCSP response validation error: response verification error.

OCSP_STATUS_RESPONSE_VALIDATION_ERR_VALIDITY

13

OCSP response validation error: response validity error.

OCSP_STATUS_RESPONSE_VALIDATION_ERR_OTHER

14

OCSP response validation error: other response validation error.

OCSP_STATUS_SUCCESS

15

OCSP validation is successful.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.