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:
moralistxp 2025-01-16 12:28:43 +08:00 committed by GitHub
parent f981c782bb
commit 9662acf940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1873,7 +1873,7 @@ _inithttp() {
fi
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
_ACME_CURL="$_ACME_CURL -L "
fi