<div>I've spent a bit of time setting up my server with SSL, and checking for OCSP stapling to be working - couldn't work out why it wasn't sending the OCSP reply but it's as I was querying the server as the first hit before it had primed the response. This isn't mentioned in the online docs as to how it actually works. There is also nothing in the logs saying what is going on - unless using debug mode.</div><div> </div><div>Perhaps within ngx_http_ssl_module.c something could be added to log when an OCSP query takes place (without requiring a debug log).</div><div> </div><div>I assume at some point in the past the option to prime the server has been considered and not implemented? I know a server script could be written to do this - perhaps within an nginx startup - and get nginx to use the ssl_stapling_file but this seems messy.</div><div> </div><div>Any thoughts?</div><div> </div><div>Thanks,</div><div>Tom</div>