Forum Discussion

Dev_56330's avatar
Dev_56330
Icon for Cirrus rankCirrus
Oct 08, 2014
Solved

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...
  • David_Holmes_9's avatar
    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.