mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Let's Encrypt / OCSP #641
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 @sebastianhelbig on GitHub (May 13, 2025).
https://letsencrypt.org/2024/12/05/ending-ocsp/
We previously configured nginx to use the created ocsp stapling file. It seems to move on we have to disable ocsp options in dehdyrated and nginx. This feels like a downgrade.
@lukas2511 commented on GitHub (May 13, 2025):
Not entirely sure why you have opened this ticket here, especially while linking directly to the letsencrypt announcement. Dehydrated can't magically invent OCSP signatures. If you really need that feature you'd probably want to use a different CA.
@sebastianhelbig commented on GitHub (May 13, 2025):
Obviously to let other users know that the ocsp config options in dehydrated have to be set to "no" when they get the same error.
@sebastianhelbig commented on GitHub (May 13, 2025):
Also the script currently completely halts on encountering this error and does not continue to create certificates for other domains, although
--keep-goingis set. So this is either a bug in the script or in the documentation.@lukas2511 commented on GitHub (May 18, 2025):
Yea this seems to be an actual bug. Re-opening this as an issue that needs to be adressed.