mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-14 19:52:45 +00:00
Challenge route is not a POST-as-GET, should have empty json object
This commit is contained in:
parent
a180b95cca
commit
0c6bf51c7e
2
acme.sh
2
acme.sh
@ -4289,7 +4289,7 @@ $_authorizations_map"
|
|||||||
sleep 2
|
sleep 2
|
||||||
_debug "checking"
|
_debug "checking"
|
||||||
if [ "$ACME_VERSION" = "2" ]; then
|
if [ "$ACME_VERSION" = "2" ]; then
|
||||||
_send_signed_request "$uri"
|
_send_signed_request "$uri" "{}"
|
||||||
else
|
else
|
||||||
response="$(_get "$uri")"
|
response="$(_get "$uri")"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user