mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Can't validate challenge in --force update mode #371
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 @osnwt on GitHub (Aug 11, 2018).
Initial request goes well, certs are received. Restart with
-c --forcegives the following error:It seems that dehydrated tries to POST to my own server instead of ACME one. My own server uses redirect to HTTPS (that's why 301). It worked properly for initial request, doesn't work with
--force.--forceis the reason. if I start it without certificates and use--force, it will fail too.Ubuntu 18.04 LTS maintained version.
@lukas2511 commented on GitHub (Aug 11, 2018):
This issue was already fixed, you just need to update dehydrated to the newest version.
@osnwt commented on GitHub (Aug 13, 2018):
Thank you.
In that case we need to ask maintainer of ubuntu packages to update as well.
I just checked again, it seems that the version installed from ubuntu package repository is still with that bug.