Merge branch 'master' of github.com:neocities/neocities

This commit is contained in:
Kyle Drake 2017-03-05 11:07:41 -08:00
commit ca8f8146c7

View file

@ -62,7 +62,7 @@ class LetsEncryptWorker
puts "testing #{challenge_url}" puts "testing #{challenge_url}"
begin begin
res = HTTP.timeout(:global, write: 5, connect: 10, read: 10).get(challenge_url) res = HTTP.timeout(:global, write: 5, connect: 10, read: 10).follow.get(challenge_url)
rescue => e rescue => e
puts e.inspect puts e.inspect
puts "error with #{challenge_url}" puts "error with #{challenge_url}"