mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
tls-alpn-01 - urn:ietf:params:acme:error:unauthorized Status 403 #397
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 @tootai on GitHub (Jan 18, 2019).
Hello,
I receive following error using tls-alpn-01:
[...]
ERROR: Challenge is invalid! (returned: invalid) (result: {
"type": "tls-alpn-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Cannot negotiate ALPN protocol "acme-tls/1" for tls-alpn-01 challenge",
"status": 403
},
"url": "https://acme-v02.api.letsencrypt.org/acme/challenge/wVQElJRFux4QSGXX6sqB37wOG9BXWFVffc1Hcgejx3U/11594171888",
"token": "Wkw6buVxdR3bd41jyeNGUjdG-crPgAG4PltzC9Bq1PU",
"validationRecord": [
{
"hostname": "",
"port": "443",
"addressesResolved": [
"ipv4 address",
"ipv6 address"
],
"addressUsed": "ipv6 address"
}
]
})
Thanks for any hint.
Daniel
@lukas2511 commented on GitHub (Jan 18, 2019):
Well, it seems like you didn't configure tls-alpn at all, your webserver doesn't handle that protocol, so it doesn't work.