mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
wait after performing challenge, in the hope the server notices the first time
This commit is contained in:
parent
f2a3f830e6
commit
a5c70283e8
1 changed files with 3 additions and 0 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue