mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
EXPECTED value GOT EOF #495
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 @Zverushko on GitHub (Sep 15, 2020).
Hello
i get this err:
Processing fancy-group.ru with alternative names: www.fancy-group.ru
EXPECTED value GOT EOF
worked fine for several years before
@Zverushko commented on GitHub (Sep 15, 2020):
remove get_json_dict_value validationRecord from 1004 line solved the issue
@lukas2511 commented on GitHub (Sep 15, 2020):
Can you maybe add some debug printing around that line? e.g.
echo "${challenge}"right before. It's old ACME v1 code that is hard to maintain, so it would be nice to know what exactly is going wrong.@Zverushko commented on GitHub (Sep 15, 2020):
Details:
HTTP/1.1 100 Continue
HTTP/1.1 403 Forbidden
Server: nginx
Date: Tue, 15 Sep 2020 12:36:41 GMT
Content-Type: application/problem+json
Content-Length: 230
Connection: keep-alive
Boulder-Requester: 37829745
Cache-Control: public, max-age=0, no-cache
Replay-Nonce: 0002JJLmO8FyzQMCdQ-wfiIX3GByYpYvKynIQnxExSak0EE
{
"type": "urn:acme:error:unauthorized",
"detail": "Error creating new authz :: Validations for new domains are disabled in the V1 API (https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430)",
"status": 403
}
EXPECTED value GOT EOF
@lukas2511 commented on GitHub (Sep 15, 2020):
Well, there is your problem. The ACME v1 API has been deprecated, you need to upgrade dehydrated and switch over to the ACME v2 API. I should probably try to catch that error. Closing this issue as the actual problem is just using the deprecated API.
@Zverushko commented on GitHub (Sep 15, 2020):
i think the message "EXPECTED value GOT EOF" - not what i need to get=)
@lukas2511 commented on GitHub (Sep 15, 2020):
I pushed a tiny change that should print the message from the CA instead of failing in json parsing.
@matthewhegarty commented on GitHub (Jul 1, 2021):
For anyone seeing this in future, it could be disruption on server-side.