From 774f650bbe02a8e3053490a0e9e56901da732d6d Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 12 Dec 2017 14:10:43 +0000 Subject: Revert "switch from http to https for Unicode data file downloads" This reverts commit 90de118a75921a08497b41de2950971073b3c924. The environment of mswinci couldn't handle https download. (It's certificates problem, We should upgrade its environment) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/downloader.rb b/tool/downloader.rb index e084ec2df2..335fe97762 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -71,7 +71,7 @@ class Downloader class Unicode < self def self.download(name, *rest) - super("https://www.unicode.org/Public/#{name}", name, *rest) + super("http://www.unicode.org/Public/#{name}", name, *rest) end end -- cgit v1.2.3