tokuhirom / Perl-Build

Other
79 stars 38 forks source link

use https explicitly for installing blead perl #89

Closed Grinnz closed 5 years ago

Grinnz commented 5 years ago

When requesting the URL http://perl5.git.perl.org/perl.git/snapshot/blead.tar.gz for blead perl, it is redirected to an https URL. This is a problem because HTTP::Tinyish uses the original URL to determine whether it needs to find a user agent with HTTPS support, so it may select one without that support and then fail because of the redirect.

Grinnz commented 5 years ago

See also https://github.com/miyagawa/HTTP-Tinyish/issues/16