Results 4 comments of Steve Meier

@wied03 On an average day I see about 1500 downloads using Python-urllib as a client from almost 300 different source addresses. 95%+ of them are either on top of the...

I have created a pull request to implement this. As I understand the code, the Status is a uint which is initialized as 0, which maps to OK, according to...

According to the LE forum post, `rateLimited` really means just that: too many requests in a short time period. I solved this by adding `time.sleep(5)` on line 156, so there...

That workaround doesn't work in my case, as my certificate has many SANs, which need to go through in one attempt. The number of SANs is what triggers the rate-limit,...