LE has started returning http 405 for staging #29

Closed
opened 2020-01-10 03:50:50 +00:00 by Ghost · 1 comment

example:

  authUrl: 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/31303391',
  results: {
    type: 'urn:ietf:params:acme:error:malformed',
    detail: 'Method not allowed',
    status: 405
  }

the issue seems to be this: https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380

example: ``` authUrl: 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/31303391', results: { type: 'urn:ietf:params:acme:error:malformed', detail: 'Method not allowed', status: 405 } ``` the issue seems to be this: https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380
Owner

That was fixed in the latest version back in October.

That was fixed in the latest version back in October.
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/acme.js-ARCHIVED#29
No description provided.