Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
263c38ca
Commit
263c38ca
authored
Mar 14, 2018
by
neilpang
Browse files
add more debug info
parent
3881f221
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
263c38ca
...
@@ -3592,6 +3592,8 @@ issue() {
...
@@ -3592,6 +3592,8 @@ issue() {
_debug2 "_authz_url" "$_authz_url"
_debug2 "_authz_url" "$_authz_url"
if ! response="$(_get "$_authz_url")"; then
if ! response="$(_get "$_authz_url")"; then
_err "get to authz error."
_err "get to authz error."
_err "_authorizations_seg" "$_authorizations_seg"
_err "_authz_url" "$_authz_url"
_clearup
_clearup
_on_issue_err "$_post_hook"
_on_issue_err "$_post_hook"
return 1
return 1
...
@@ -3642,6 +3644,7 @@ $_authorizations_map"
...
@@ -3642,6 +3644,7 @@ $_authorizations_map"
_debug2 "response" "$response"
_debug2 "response" "$response"
if [ -z "$response" ]; then
if [ -z "$response" ]; then
_err "get to authz error."
_err "get to authz error."
_err "_authorizations_map" "$_authorizations_map"
_clearup
_clearup
_on_issue_err "$_post_hook"
_on_issue_err "$_post_hook"
return 1
return 1
...
@@ -4873,6 +4876,8 @@ _deactivate() {
...
@@ -4873,6 +4876,8 @@ _deactivate() {
_debug2 "authzUri" "$authzUri"
_debug2 "authzUri" "$authzUri"
if ! response="$(_get "$authzUri")"; then
if ! response="$(_get "$authzUri")"; then
_err "get to authz error."
_err "get to authz error."
_err "_authorizations_seg" "$_authorizations_seg"
_err "authzUri" "$authzUri"
_clearup
_clearup
_on_issue_err "$_post_hook"
_on_issue_err "$_post_hook"
return 1
return 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment