mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
cURL error 3 #497
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 @Glujaz on GitHub (Sep 30, 2020).
Hello,
I am trying to make renewing my certificates working again.
I'm running on Mac OS Server, and using this for automatic update, and work like a charm for years.
Letsencrypt-mac
The thing is, that it's not working anymore for about a month now.
And after pinpointing stuff, it seems to be coming from Dehydrated :
as it is with the dehydrated command the error appears :
dehydrated/dehydrated --cron --hook ./hooks.sh --domain files.example.fr
And the error :
INFO: Using main config file /usr/share/letsencrypt-mac/config
ERROR: Problem connecting to server (head for ; curl returned with 3)
ERROR: Problem connecting to server (post for ; curl returned with 3)
Error 3 seems to be coming from a bad syntax, but I simply can't find where the cURL input location comes from...
The hooks can be found here :
https://github.com/physcip/letsencrypt-mac/blob/master/hooks.sh
Thanks in advance
@Glujaz commented on GitHub (Sep 30, 2020):
Ok, it seems to be a problem with the 0.6.8 version. I managed to find an older one which worked : the 0.6.5.
Replaced it for now.
@lukas2511 commented on GitHub (Nov 14, 2020):
I think this is the same issue that was reported in #756 and should be fixed in current master branch. Will do a new release in the coming days.