mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Error creating new order #577
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 @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
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 ?
@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.