mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Also, switch timeout to 30 so it has every opportunity to actually work, even in bad network weather. (I posit that people are used to 30-second timeouts.) Stop catching URLError explicitly, since it's a subclass of the already-caught IOError.