mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
ocsp fetch delay required after new cert was issued #496
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bjacke on GitHub (Oct 8, 2020).
If you issue a new cert, then the ocsp information for that certificate is sometimes not yet available at the ocsp servers. In such situations a must-staple certificat will be unusable. A small delay between the certificate issuing and the ocsp fetching would help already but it looks like this is not possible to do just by changing the configuration or hook script. A "oscp-fetch-delay-after-cert-issuing" variable is needed I think, a fixed delay of something like 5s might also be okay, but I can imagine that some CAs might need an even longer sleep here.
@lukas2511 commented on GitHub (Dec 10, 2020):
Workaround for now: Add a delay to your
deploy_certhook.I'll try to work on a better solution than a simple sleep (which may extremely slow down operation for some users) for the next release.
@zhangyoufu commented on GitHub (Jun 9, 2021):
FYI, some message related to OCSP delay, from ZeroSSL customer support (2021-01)