---
title: "Test OCSP status"
method: POST
path: "/v1/ocsp/test"
tags: ["Cluster"]
---

# Test OCSP status

`POST /v1/ocsp/test`

Manually query the OCSP responder and return the parsed status

## Response `200`

OCSP status

- OcspStatus — OCSP status
  - `cert_status` string — Indicates the proxy certificate status: GOOD/REVOKED/UNKNOWN.
  - `next_update` string — The time at or before which newer information will be available about the status of the certificate (if available)
  - `produced_at` string — The time at which the OCSP responder signed this response.
  - `responder_url` string — The OCSP responder url from which this status came from.
  - `revocation_time` string — The time at which the certificate was revoked or placed on hold.
  - `this_update` string — The most recent time at which the status being indicated is known by the responder to have been correct.

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-03-09** `75fcb952f0c6` — 1 info
  - endpoint added
- **2026-01-23** `9fdf3bc7ad77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-software-rest-api/changes/v1/ocsp/test/post.md)

---

[API](https://skmtc.dev/redis/apis/redis-software-rest-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-software-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-software-rest-api/revisions/caec2005b95b/schema)
