LE has started returning http 405 for staging #29

Закрыто
открыт 2020-01-10 03:50:50 +00:00 пользователем Ghost · 1 комментарий
Ghost прокомментировал(а) 2020-01-10 03:50:50 +00:00

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
coolaj86 прокомментировал(а) 2020-01-10 07:21:08 +00:00
Владелец

That was fixed in the latest version back in October.

That was fixed in the latest version back in October.
coolaj86 закрыл(а) эту задачу 2020-01-10 07:21:08 +00:00
Войдите, чтобы присоединиться к обсуждению.
Нет меток
2 участников
Уведомления
Срок выполнения
Срок выполнения не установлен.
Зависимости

Зависимостей нет.

Ссылка: coolaj86/acme.js-ARCHIVED#29
Описание отсутствует.