mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
https://github.com/acmesh-official/acme.sh/issues/4483#issuecomment-1414460122
This commit is contained in:
parent
c2344f3717
commit
59dab6eac7
9
acme.sh
9
acme.sh
@ -1856,10 +1856,11 @@ _inithttp() {
|
||||
_ACME_CURL="$_ACME_CURL -g "
|
||||
fi
|
||||
|
||||
#from curl 7.76: return fail on HTTP errors but keep the body
|
||||
if _contains "$(curl --help http 2>&1)" "--fail-with-body"; then
|
||||
_ACME_CURL="$_ACME_CURL --fail-with-body "
|
||||
fi
|
||||
# don't use --fail-with-body
|
||||
##from curl 7.76: return fail on HTTP errors but keep the body
|
||||
#if _contains "$(curl --help http 2>&1)" "--fail-with-body"; then
|
||||
# _ACME_CURL="$_ACME_CURL --fail-with-body "
|
||||
#fi
|
||||
fi
|
||||
|
||||
if [ -z "$_ACME_WGET" ] && _exists "wget"; then
|
||||
|
Loading…
Reference in New Issue
Block a user