wait after performing challenge, in the hope the server notices the first time

This commit is contained in:
Seth Schoen 2012-07-14 23:34:39 -07:00
parent f2a3f830e6
commit a5c70283e8

View file

@ -85,6 +85,9 @@ import sni_challenge
sni_challenge.perform_sni_cert_challenge(sni_todo, req_file, key_file)
print "waiting", 3
time.sleep(3)
r=decode(do(k))
print r
while r.challenge or r.proceed.IsInitialized():