ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-authz (Status 403) #244

Closed
opened 2025-12-29 01:20:10 +01:00 by adam · 0 comments
Owner

Originally created by @tioteath on GitHub (Aug 14, 2017).

Getting the error while trying to use:

$ ./dehydrated --cron --accept-terms
# INFO: Using main config file /opt/dehydrated/config
Processing ???????????????.compute-1.amazonaws.com
 + Signing domains...
 + Generating private key...
 + Generating signing request...
 + Requesting challenge for ???????????????.amazonaws.com...
  + ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-authz (Status 403)

Details:
{
  "type": "urn:acme:error:unauthorized",
  "detail": "Must agree to subscriber agreement before any further actions",
  "status": 403
}
Originally created by @tioteath on GitHub (Aug 14, 2017). Getting the error while trying to use: ``` $ ./dehydrated --cron --accept-terms # INFO: Using main config file /opt/dehydrated/config Processing ???????????????.compute-1.amazonaws.com + Signing domains... + Generating private key... + Generating signing request... + Requesting challenge for ???????????????.amazonaws.com... + ERROR: An error occurred while sending post-request to https://acme-v01.api.letsencrypt.org/acme/new-authz (Status 403) Details: { "type": "urn:acme:error:unauthorized", "detail": "Must agree to subscriber agreement before any further actions", "status": 403 } ```
adam closed this issue 2025-12-29 01:20:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#244