This block response = Net::HTTP.start(uri.hostname, uri.port) do |http| http.request(request) end results in the abovementioned error.