LE has started returning http 405 for staging #29

已關閉
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
管理員

That was fixed in the latest version back in October.

That was fixed in the latest version back in October.
登入 才能加入這對話。
未選擇標籤
2 參與者
訊息
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coolaj86/acme.js-ARCHIVED#29
No description provided.