[PR #812] [CLOSED] Update staging.md to use ACMEv2 server #938

Closed
opened 2025-12-29 02:18:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/812
Author: @kousu
Created: 4/1/2021
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 7f2231c Update staging.md to use ACMEv2 server

📊 Changes

1 file changed (+1 additions, -6 deletions)

View changed files

📝 docs/staging.md (+1 -6)

📄 Description

letsencrypt is phasing out the v1 server:

# dehydrated -c
# INFO: Using main config file /etc/dehydrated/config
  + ERROR: An error occurred while sending get-request to https://acme-staging.api.letsencrypt.org/directory (Status 403)

Details:
HTTP/2 403 
server: nginx
date: Thu, 01 Apr 2021 20:48:17 GMT
content-type: application/problem+json
content-length: 189
etag: "600b3710-bd"

{
  "type": "urn:acme:error:serverInternal",
  "detail": "ACMEv1 Brownout in Progress. ACMEv1 will fully turn off on June 1, 2021. Check https://letsencrypt.status.io/ for more details."
}



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/812 **Author:** [@kousu](https://github.com/kousu) **Created:** 4/1/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7f2231c`](https://github.com/dehydrated-io/dehydrated/commit/7f2231cdd4769e0001934bcfe80bbd7925f459e0) Update staging.md to use ACMEv2 server ### 📊 Changes **1 file changed** (+1 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/staging.md` (+1 -6) </details> ### 📄 Description letsencrypt is phasing out the v1 server: ``` # dehydrated -c # INFO: Using main config file /etc/dehydrated/config + ERROR: An error occurred while sending get-request to https://acme-staging.api.letsencrypt.org/directory (Status 403) Details: HTTP/2 403 server: nginx date: Thu, 01 Apr 2021 20:48:17 GMT content-type: application/problem+json content-length: 189 etag: "600b3710-bd" { "type": "urn:acme:error:serverInternal", "detail": "ACMEv1 Brownout in Progress. ACMEv1 will fully turn off on June 1, 2021. Check https://letsencrypt.status.io/ for more details." } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:18:37 +01:00
adam closed this issue 2025-12-29 02:18:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#938