Dev_56330
Oct 08, 2014Cirrus
Load Balancing OCSP Responder Pool
I am trying to determine a valid http get command to implement as a health monitor for load balancing 2 Windows 2012 OCSP Responders. I am using fiddler to generate http (get http://ocspresponder/oc...
- Oct 12, 2014
I believe an OCSP GET request has to be real (or real-looking). For example, here is how to build an OCSP request for redhat's OCSP.
How to Build OCSP Request - RedHat
Hopefully there would be a similar tool for Windows.
You could also capture a real OCSP request from a browser and then replay that as the monitor request.