mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Responding to challenge fails with "Provided key authorization was incorrect" #141
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 @virgoparna on GitHub (Sep 6, 2016).
I'm trying to use letsencrypt.sh to generate certificates, but I'm getting an error always.
I initially used Debian packaged version, but I then also tried the version from git.
Error is:
ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/challenge/CENSORED/CENCORED (Status 400)
Details:
{
"type": "urn:acme:error:malformed",
"detail": "Unable to update challenge :: Provided key authorization was incorrect",
"status": 400
}
@virgoparna commented on GitHub (Sep 6, 2016):
And Apache logs show no attempt to access ".well-known/acme-challenge"
@virgoparna commented on GitHub (Sep 13, 2016):
Since I got it working with official cerbot client I will not be able to do additional verification. Just for information.
@lukas2511 commented on GitHub (Jan 29, 2017):
Not sure what was causing this, closing this ticket since it seemed to be a one-off issue.