Bug 170664 - [Windows] update-webkit-auxiliary-libs cannot download the zip using ActivePerl behind HTTP proxy
Summary: [Windows] update-webkit-auxiliary-libs cannot download the zip using ActivePe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-09 21:50 PDT by Fujii Hironori
Modified: 2017-04-09 21:53 PDT (History)
1 user (show)

See Also:


Attachments
a test script (335 bytes, text/plain)
2017-04-09 21:53 PDT, Fujii Hironori
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2017-04-09 21:50:37 PDT
I see the following error with ActivePerl 5.24.1 for Windows (64-bit, x64):

> C:\webkit\gb>perl Tools\Scripts\update-webkit-auxiliary-libs
> Checking for newer version of WebKitAuxiliaryLibrary.zip...
> Could not access https://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip:
> Content-Type: text/plain
> Client-Date: Mon, 10 Apr 2017 02:26:52 GMT
> Client-Warning: Internal response
> 
> Please ensure that https://developer.apple.com/opensource/internet/WebKitAuxiliaryLibrary.zip is reachable and that Perl can use LWP::Simple to connect to HTTPS URLs.
> You may have to run "$ cpan LWP::Protocol::https".
> No existing version of WebKitAuxiliaryLibrary to fall back to.
> Died at Tools\Scripts\update-webkit-auxiliary-libs line 42.
> 
> C:\webkit\gb>
Comment 1 Fujii Hironori 2017-04-09 21:52:40 PDT
It works after I applied the patch of a following bug to my lib/LWP/Protocol/https.pm manually.

  Bug #112145 for LWP-Protocol-https: LWP::Protocol::https - SNI support not used for proxy connect
  https://rt.cpan.org/Public/Bug/Display.html?id=112145
Comment 2 Fujii Hironori 2017-04-09 21:53:45 PDT
Created attachment 306649 [details]
a test script