Bug 170664

Summary: [Windows] update-webkit-auxiliary-libs cannot download the zip using ActivePerl behind HTTP proxy
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
a test script none

Fujii Hironori
Reported 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>
Attachments
a test script (335 bytes, text/plain)
2017-04-09 21:53 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 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
Fujii Hironori
Comment 2 2017-04-09 21:53:45 PDT
Created attachment 306649 [details] a test script
Note You need to log in before you can comment on or make changes to this bug.