mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
dns_cloudns: include the server response in the login error
https://github.com/acmesh-official/acme.sh/issues/6520
This commit is contained in:
parent
04e0422526
commit
22a5ae3ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ _dns_cloudns_init_check() {
|
|||
_dns_cloudns_http_api_call "dns/login.json" ""
|
||||
|
||||
if ! _contains "$response" "\"status\":\"Success\""; then
|
||||
_err "Invalid CLOUDNS_AUTH_ID or CLOUDNS_AUTH_PASSWORD. Please check your login credentials."
|
||||
_err "Invalid CLOUDNS_AUTH_ID or CLOUDNS_AUTH_PASSWORD. Server response: $response"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue