mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
v1 staging: fails in walk chain because letsencrypt now redirect you #286
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?
Originally created by @az143 on GitHub (Mar 3, 2018).
i'm testing my setup with the current/v1 staging setup, and dehydrated -c fails in walk chain because
http://cert.stg-int-x1.letsencrypt.org/ is no longer available in that location; instead letsencrypt redirects you to https://.
workaround for me: tell curl to follow redirections, ie add CURL_OPTS="-L" to the dehydrated config.
@lukas2511 commented on GitHub (Mar 3, 2018):
Are you using the newest version from git? This should already be fixed since
7a0e71c6c2.Edit: dehydrated 0.6.0 will be released in the next few days and will include this fix
@az143 commented on GitHub (Mar 4, 2018):
you're right. i'm sorry for the noise; i'm using 0.5.0 and somehow i missed the commit comment about this having been fixed since the release.