mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 22:52:43 +00:00
Update acme.sh
解决 [Mon Nov 18 04:21:59 AM CST 2024] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 60 [Mon Nov 18 04:21:59 AM CST 2024] Cannot init API for: https://acme.zerossl.com/v2/DV90. 的问题
This commit is contained in:
parent
f981c782bb
commit
9662acf940
2
acme.sh
2
acme.sh
@ -1873,7 +1873,7 @@ _inithttp() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$_ACME_CURL" ] && _exists "curl"; then
|
if [ -z "$_ACME_CURL" ] && _exists "curl"; then
|
||||||
_ACME_CURL="curl --silent --dump-header $HTTP_HEADER "
|
_ACME_CURL="curl -k --silent --dump-header $HTTP_HEADER "
|
||||||
if [ -z "$ACME_HTTP_NO_REDIRECTS" ]; then
|
if [ -z "$ACME_HTTP_NO_REDIRECTS" ]; then
|
||||||
_ACME_CURL="$_ACME_CURL -L "
|
_ACME_CURL="$_ACME_CURL -L "
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user