ACME-v2: Invalid HTTP method when fething challenges #53

Open
opened 2020-10-14 16:35:03 +00:00 by Ghost · 2 comments

RFC8555 states:

   To request authorization for an identifier, the client sends a POST
   request to the newAuthz resource specifying the identifier for which
   authorization is being requested.

acme-v2 version 1.8.6 uses GET

RFC8555 states: ``` To request authorization for an identifier, the client sends a POST request to the newAuthz resource specifying the identifier for which authorization is being requested. ``` acme-v2 version 1.8.6 uses `GET`
Owner

this was fixed over a year ago. you need to update to the latest version of greenlock.

this was fixed over a year ago. you need to update to the latest version of greenlock.
Author

I've installed the latest version of greenlock-cli, which comes with acme-v2 1.8.6. I've used the following command:

npm install greenlock-cli

How can I update this to the compliant version?

I've installed the latest version of greenlock-cli, which comes with acme-v2 1.8.6. I've used the following command: ``` npm install greenlock-cli ``` How can I update this to the compliant version?
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/greenlock.js-ARCHIVED#53
No description provided.