[PR #133] [CLOSED] check if curl is able to reach letsencrypt via http and https. #724

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/133
Author: @mitch-geht-ab
Created: 2/12/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 1ab68e6 check if curl is able to reach letsencrypt via http and https.

📊 Changes

1 file changed (+16 additions, -0 deletions)

View changed files

📝 letsencrypt.sh (+16 -0)

📄 Description

I had the problem that http_proxy env var was not set. Because of set -e curl terminated with != 0 and the whole script terminated without error message.
So I've added 2 checks in check_dependencies() if curl is able to reach letsencrypt.org via http and https.
Another problem could be the firewall (port 80 or 443 blocked), dns or routing.


🔄 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/133 **Author:** [@mitch-geht-ab](https://github.com/mitch-geht-ab) **Created:** 2/12/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1ab68e6`](https://github.com/dehydrated-io/dehydrated/commit/1ab68e6173853e79cb72a485b6874c94221c09f7) check if curl is able to reach letsencrypt via http and https. ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+16 -0) </details> ### 📄 Description I had the problem that http_proxy env var was not set. Because of set -e curl terminated with != 0 and the whole script terminated without error message. So I've added 2 checks in check_dependencies() if curl is able to reach letsencrypt.org via http and https. Another problem could be the firewall (port 80 or 443 blocked), dns or routing. --- <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 01:28:40 +01:00
adam closed this issue 2025-12-29 01:28:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#724