Skip to content

Commit 4aed490

Browse files
committed
Upgrade dehydated to latest version from master to fix staging redirects
We need this commit to follow redirects from dehydrated: dehydrated-io/dehydrated@7a0e71c The Let's Encrypt staging environment is now returning some redirects in the chain, so http://cert.stg-int-x1.letsencrypt.org/ is redirecting to https://letsencrypt.org/cert.stg-int-x1/
1 parent 5409c10 commit 4aed490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Changed
1111
- Make the renewal process more efficient so the dehydrated shell script is only executed when certificates are up for renewal (rather than every night). This can reduce CPU usage in environments with lots of certificates. Thanks to [@brianlund](https://github.com/brianlund). ([#111](https://github.com/GUI/lua-resty-auto-ssl/pull/111), [#110](https://github.com/GUI/lua-resty-auto-ssl/issues/110))
1212
- Only call the `allow_domain` callback if a certificate is not present in shared memory. This may improve efficiency in cases where the `allow_domain` callback is more costly or takes longer. Thanks to [@gohai](https://github.com/gohai). ([#107](https://github.com/GUI/lua-resty-auto-ssl/pull/107))
13-
- Upgrade dehydrated to v0.5.0.
13+
- Upgrade dehydrated to latest version from master to fix redirect issues on the Let's Encrypt staging server.
1414

1515
### Fixed
1616
- Fix renewals when using the file adapter and too many certificate files were present for shell globbing ([#109](https://github.com/GUI/lua-resty-auto-ssl/issues/109))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
22
BUILD_DIR?=$(ROOT_DIR)/build
33

4-
DEHYDRATED_VERSION:=v0.5.0
4+
DEHYDRATED_VERSION:=0bc0bd13d6abdc027c58bec12f7c2d3198d3a677
55
LUA_RESTY_SHELL_VERSION:=955243d70506c21e7cc29f61d745d1a8a718994f
66
SOCKPROC_VERSION:=fc8ad3f15a7b2cf2eaf39663b90010efc55e207c
77

0 commit comments

Comments
 (0)