mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #133] [CLOSED] check if curl is able to reach letsencrypt via http and https. #724
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/133
Author: @mitch-geht-ab
Created: 2/12/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
1ab68e6check 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.