Challenge route is not a POST-as-GET, should have empty json object

This commit is contained in:
Martijn Janssen 2019-05-17 17:17:54 +02:00
parent a180b95cca
commit 0c6bf51c7e

View File

@ -4289,7 +4289,7 @@ $_authorizations_map"
sleep 2
_debug "checking"
if [ "$ACME_VERSION" = "2" ]; then
_send_signed_request "$uri"
_send_signed_request "$uri" "{}"
else
response="$(_get "$uri")"
fi