On Tue, Jun 2, 2015 at 2:16 PM, Shawn Heisey <[email protected]> wrote: > My script may update a dozen ocsp responses all used by a single haproxy > process ... so when I am using the stats socket to set the ocsp > response, how do I tell haproxy which of the certificates it is using > needs that response? Do I need to diffeentiate them, or simply send all > the ocsp responses in via the stats socket?
No, you do not need to differentiate them. HAProxy will parse needed information out of the base64-encoded response. -- - Andrew Hayworth

