You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
Steps to reproduce
Follow these steps https://github.com/acmesh-official/acme.sh/wiki/How-to-use-OVH-domain-api is not working using an ovh application credential.
All API calls falls in :
dns_ovh.sh:_ovh_rest:325 response='{"class":"Client::BadRequest","message":"Invalid signature"}'
Fix
This fail is caused by an improper usage of curl that not force the method GET on _get function.
Here the fix of dns_api.sh :
The text was updated successfully, but these errors were encountered: