Browse Source

add more debug info

neilpang 7 years ago
parent
commit
5d8d217a13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      acme.sh

+ 1 - 0
acme.sh

@@ -3247,6 +3247,7 @@ _regAccount() {
     return 1
   fi
 
+  _debug2 responseHeaders "$responseHeaders"
   _accUri="$(echo "$responseHeaders" | grep "^Location:" | _head_n 1 | cut -d ' ' -f 2 | tr -d "\r\n")"
   _debug "_accUri" "$_accUri"
   _savecaconf "ACCOUNT_URL" "$_accUri"