Error creating new order #577

Closed
opened 2025-12-29 01:27:27 +01:00 by adam · 1 comment
Owner

Originally created by @rychtarikaopk on GitHub (Jul 11, 2022).

Hello I have some issue with Dehydrated on Rocky Linux 8.5.

When I use cron a I got this log:

INFO: Using main config file /etc/dehydrated/config

Processing nature.cz with alternative names: *.somedomain

  • Checking domain name(s) of existing cert... unchanged.
  • Checking expire date of existing cert...
  • Valid till Jul 8 23:00:42 2022 GMT (Less than 30 days). Renewing!
  • Signing domains...
  • Generating private key...
  • Generating signing request...
  • Requesting new certificate order from CA...
  • ERROR: An error occurred while sending post-request to https://acme-v02.api.letsencrypt.org/acme/new-order (Status 500)

Details:
HTTP/1.1 200 Connection established

HTTP/2 500
server: nginx
date: Sun, 10 Jul 2022 00:00:10 GMT
content-type: application/problem+json
content-length: 114
boulder-requester: 31263868
cache-control: public, max-age=0, no-cache
link: https://acme-v02.api.letsencrypt.org/directory;rel="index"
replay-nonce: 0002yey0dZy1YMWAzO4pZZv0VFQtngeOYbSFKZ8iVoGMBTY

{
"type": "urn:ietf:params:acme:error:serverInternal",
"detail": "Error creating new order",
"status": 500
}

Anyway when I run script manually it works. Any help ?

Originally created by @rychtarikaopk on GitHub (Jul 11, 2022). Hello I have some issue with Dehydrated on Rocky Linux 8.5. When I use cron a I got this log: # INFO: Using main config file /etc/dehydrated/config Processing nature.cz with alternative names: *.somedomain + Checking domain name(s) of existing cert... unchanged. + Checking expire date of existing cert... + Valid till Jul 8 23:00:42 2022 GMT (Less than 30 days). Renewing! + Signing domains... + Generating private key... + Generating signing request... + Requesting new certificate order from CA... + ERROR: An error occurred while sending post-request to https://acme-v02.api.letsencrypt.org/acme/new-order (Status 500) Details: HTTP/1.1 200 Connection established HTTP/2 500 server: nginx date: Sun, 10 Jul 2022 00:00:10 GMT content-type: application/problem+json content-length: 114 boulder-requester: 31263868 cache-control: public, max-age=0, no-cache link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" replay-nonce: 0002yey0dZy1YMWAzO4pZZv0VFQtngeOYbSFKZ8iVoGMBTY { "type": "urn:ietf:params:acme:error:serverInternal", "detail": "Error creating new order", "status": 500 } Anyway when I run script manually it works. Any help ?
adam closed this issue 2025-12-29 01:27:27 +01:00
Author
Owner

@lukas2511 commented on GitHub (Jul 14, 2022):

Probably just hit a server error by random chance. Dehydrated doesn't really retry those connections so it fails if that happens. Retry logic is definitively on my todo.

@lukas2511 commented on GitHub (Jul 14, 2022): Probably just hit a server error by random chance. Dehydrated doesn't really retry those connections so it fails if that happens. Retry logic is definitively on my todo.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#577