Dolda2000 GitWeb
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cea223
)
acmecer: Accept "pending" challenge status after submission.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 9 Nov 2021 21:07:58 +0000
(22:07 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 9 Nov 2021 21:07:58 +0000
(22:07 +0100)
acmecert
patch
|
blob
|
blame
|
history
diff --git
a/acmecert
b/acmecert
index
dfc5ae3
..
9cf9b6a
100755
(executable)
--- a/
acmecert
+++ b/
acmecert
@@
-248,6
+248,10
@@
def authorder(acct, htconf, orderid):
resp, headers = jreq(ch["url"], {}, acct)
if resp["status"] == "processing":
time.sleep(2)
+ elif resp["status"] == "pending":
+ # I don't think this should happen, but it
+ # does. LE bug? Anyway, just retry.
+ break
elif resp["status"] == "valid":
break
else: