commit | 7e1a62e2b423b7aa698ec4fc9ca7fabbdf75ccd1 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Tue Feb 28 17:46:27 2023 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Mar 02 15:37:21 2023 +0100 |
tree | a17b3858a70e343cfdbc1b732af20cebbe87420a | |
parent | 07b7c15bcec8d35736d9235b1fda13559057bd90 [diff] |
MINOR: ssl: Increment OCSP update replay delay in case of failure In case of successive OCSP update errors for a given OCSP response, the retry delay will be multiplied by 2 for every new failure in order to avoid retrying too often to update responses for which the responder is unresponsive (for instance). The maximum delay will still be taken into account so the OCSP update requests will wtill be sent at least every hour.