Closed gilbitron closed 4 years ago
I get the same , but my client works with non-staging acme-v02.api.letsencrypt.org
For staging, I get: https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/28029381 Response: 405 Method Not Allowed
I get the same , but my client works with non-staging acme-v02.api.letsencrypt.org
Like @gilbitron mentioned the production API won't have the change that breaks LEClient until Nov 1st 2020.
This issue is now finally resolved in version 1.2.0. This version is now released and implements POST-as-GET instead of the affected GET requests.
Using
https://acme-staging-v02.api.letsencrypt.org
I'm getting the following response:It looks like, as of the 4th Dec 2019, unauthenticated
GET
requests have been deprectaed for the staging API. The same will happen for the production API on November 1st, 2020.