mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
wait after performing challenge, in the hope the server notices the first time
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user