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 ?
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.