Skip to content

Commit

Permalink
Update acme.sh
Browse files Browse the repository at this point in the history
解决 
[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.  
的问题
  • Loading branch information
moralistxp authored Jan 16, 2025
1 parent f981c78 commit 9662acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9662acf

Please sign in to comment.