My requirements are as follows:
- Take in an HTTP request and generate an HTTPS request to an upstream server
- Check the revocation status of the upstream server certificate with an overridden OCSP url
- If the OCSP responder is unavailable, check the revocation status against a CRL
- Cache all of the OCSP responses for future use so you do not need to reach out to the responder every time
I have been searching and searching and I cannot find anything that supports this. Does anyone know of anything that does? Or know how I could go about implementing my own proxy server to support this?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…