<div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div><div>I have seen errors in my logs: <span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:start;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;color:rgb(34,34,34);text-transform:none;font-size:13px;white-space:normal;font-family:arial,sans-serif;word-spacing:0px">worker_connections are not enough while requesting certificate status<br>



<br></span></div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:start;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;color:rgb(34,34,34);text-transform:none;font-size:13px;white-space:normal;font-family:arial,sans-serif;word-spacing:0px">I believe the main problem was that the worker_connections was set too low, and I've fixed that.<br>



<br></span></div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:start;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;color:rgb(34,34,34);text-transform:none;font-size:13px;white-space:normal;font-family:arial,sans-serif;word-spacing:0px">However after looking at the source around the OCSP stapling, I have a couple questions:<br>



<br></span></div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:start;font-style:normal;display:inline!important;font-weight:normal;float:none;line-height:normal;color:rgb(34,34,34);text-transform:none;font-size:13px;white-space:normal;font-family:arial,sans-serif;word-spacing:0px">- It
 appears that ocsp responses are cached for five minutes, correct?<br><br>- When 
the cached responses expire, does each worker make a new request? Or 
does every new connection cause a request to be sent until one of the 
requests (from each worker) receives a reply and populates the cache?<br><br></span></div></div></div>