X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=acmecert;fp=acmecert;h=0ba66e2f5510da2319eadae20dd5f196e870c474;hp=9cf9b6aa9bfadc05e958da4557982877e6193a15;hb=62b251cac4645ae98a5a6a06f33f0bcdb03245a4;hpb=db705a3bf369010df8104480494b25cc3381710f diff --git a/acmecert b/acmecert index 9cf9b6a..0ba66e2 100755 --- a/acmecert +++ b/acmecert @@ -251,7 +251,10 @@ def authorder(acct, htconf, orderid): elif resp["status"] == "pending": # I don't think this should happen, but it # does. LE bug? Anyway, just retry. - break + if n < 5: + time.sleep(2) + else: + break elif resp["status"] == "valid": break else: