WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
170664
[Windows] update-webkit-auxiliary-libs cannot download the zip using ActivePerl behind HTTP proxy
https://bugs.webkit.org/show_bug.cgi?id=170664
Summary
[Windows] update-webkit-auxiliary-libs cannot download the zip using ActivePe...
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
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug