Caching OCSP Responses
I have an OCSP responder behind Cloudflare. I'm trying to figure out if there's a way I can cache the responses with Cloudflare. I've taken a look at the example worker for caching POST requests: https://developers.cloudflare.com/workers/examples/cache-api/. But that seems to assume the URL is different. In this instance the URL is the same for every requests but the response is based on the request body.
Cloudflare Docs
Using the Cache API · Cloudflare Workers docs
Use the Cache API to store responses in Cloudflare's cache.
0 Replies