mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
this client won't wait more than 60 seconds even if the server asks it to
This commit is contained in:
parent
2e49fbaa5e
commit
0d6b85a9b5
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ sign(open("key.pem").read(), m)
|
|||
r=decode(do(m))
|
||||
print r
|
||||
while r.proceed.IsInitialized():
|
||||
if r.proceed.polldelay > 60: r.proceed.polldelay = 60
|
||||
print "waiting", r.proceed.polldelay
|
||||
time.sleep(r.proceed.polldelay)
|
||||
k.session = r.session
|
||||
|
|
|
|||
Loading…
Reference in a new issue