{
  "id": "status",
  "title": "OCSP status requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/ocsp/status/",
  "summary": "OCSP status requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-status) | `/v1/ocsp/status` | Get OCSP status |\n\n## Get OCSP status {#get-status}\n\n\tGET /v1/ocsp/status\n\nGets the latest cached status of the proxy certificate’s OCSP response.\n\n#### Required permissions\n\n| Permission name |\n|-----------------|\n| [view_ocsp_status]() |\n\n### Request {#get-request} \n\n#### Example HTTP request\n\n\tGET /v1/ocsp/status \n\n\n#### Request headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n### Response {#get-response} \n\nReturns an [OCSP status object]().\n\n#### Example JSON body\n\n```json\n{\n    \"responder_url\": \"http://responder.ocsp.url.com\",\n    \"cert_status\": \"REVOKED\",\n    \"produced_at\": \"Wed, 22 Dec 2021 12:50:11 GMT\",\n    \"this_update\": \"Wed, 22 Dec 2021 12:50:11 GMT\",\n    \"next_update\": \"Wed, 22 Dec 2021 14:50:00 GMT\",\n    \"revocation_time\": \"Wed, 22 Dec 2021 12:50:04 GMT\"\n}\n```\n\n### Error codes {#get-error-codes} \n\nWhen errors occur, the server returns a JSON object with `error_code` and `message` fields that provide additional information. The following are possible `error_code` values:\n\n| Code | Description |\n|------|-------------|\n| ocsp_unsupported_by_capability | Not all nodes support OCSP capability | \n| invalid_ocsp_response | The server returned a response that is not OCSP-compatible |\n\n### Status codes {#get-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | Success |\n| [406 Not Acceptable](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7) | Feature not supported in all nodes |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

