(no title)
dlkmp
|
4 years ago
Does the caching reliably work in common webservers by now? I remember having read a couple years ago that Apache would simply clear its cache if the connection to the ocsp provider breaks (or did something similar unhelpful, resulting in an error to the enduser).
LinuxBender|4 years ago
F5 load balancers will cache the response in memory. I have not tested Apache with OCSP stapling/caching recently so I can only assume based on feedback from others here that they have not improved it. I would expect nginx to improve now that they are owned by F5, maybe, eventually.
I am a fan of OCSP stapling/caching for the privacy aspect. No need for browsers to leak to the OCSP end-point what domain you are visiting. There are enough nosy people sniffing our traffic already.
[1] - https://www.keycdn.com/support/ocsp-stapling
[2] - https://blog.cloudflare.com/high-reliability-ocsp-stapling/
hannob|4 years ago
mholt|4 years ago
It will even auto-renew your certificate if it gets an OCSP response of "Revoked".