Let's Encrypt / OCSP #641

Open
opened 2025-12-29 01:28:07 +01:00 by adam · 4 comments
Owner

Originally created by @sebastianhelbig on GitHub (May 13, 2025).

https://letsencrypt.org/2024/12/05/ending-ocsp/

 + Updating OCSP stapling file
ERROR: Error while fetching OCSP information: Error querying OCSP responder
286BDB054F7F0000:error:8000006F:system library:BIO_connect:Connection refused:crypto/bio/bio_sock2.c:178:calling connect()
286BDB054F7F0000:error:10000067:BIO routines:BIO_connect:connect error:crypto/bio/bio_sock2.c:180:
286BDB054F7F0000:error:8000006F:system library:conn_state:Connection refused:crypto/bio/bss_conn.c:215:calling connect(<NULL>, 80)
286BDB054F7F0000:error:10000067:BIO routines:conn_state:connect error:crypto/bio/bss_conn.c:268:

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.

Originally created by @sebastianhelbig on GitHub (May 13, 2025). https://letsencrypt.org/2024/12/05/ending-ocsp/ ``` + Updating OCSP stapling file ERROR: Error while fetching OCSP information: Error querying OCSP responder 286BDB054F7F0000:error:8000006F:system library:BIO_connect:Connection refused:crypto/bio/bio_sock2.c:178:calling connect() 286BDB054F7F0000:error:10000067:BIO routines:BIO_connect:connect error:crypto/bio/bio_sock2.c:180: 286BDB054F7F0000:error:8000006F:system library:conn_state:Connection refused:crypto/bio/bss_conn.c:215:calling connect(<NULL>, 80) 286BDB054F7F0000:error:10000067:BIO routines:conn_state:connect error:crypto/bio/bss_conn.c:268: ``` 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.
Author
Owner

@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.

@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.
Author
Owner

@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): 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.
Author
Owner

@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-going is set. So this is either a bug in the script or in the documentation.

@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-going` is set. So this is either a bug in the script or in the documentation.
Author
Owner

@lukas2511 commented on GitHub (May 18, 2025):

Also the script currently completely halts on encountering this error and does not continue to create certificates for other domains, although --keep-going is set. So this is either a bug in the script or in the documentation.

Yea this seems to be an actual bug. Re-opening this as an issue that needs to be adressed.

@lukas2511 commented on GitHub (May 18, 2025): > Also the script currently completely halts on encountering this error and does not continue to create certificates for other domains, although `--keep-going` is set. So this is either a bug in the script or in the documentation. Yea this seems to be an actual bug. Re-opening this as an issue that needs to be adressed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#641