mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
this client won't wait more than 60 seconds even if the server asks it to
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user