[Webkit-unassigned] [Bug 178925] autoinstall can't download from http://pypi.python.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 00:40:38 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178925

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
The web server (pypi.python.org) rejects non secure http.

> $ curl --dump-header /dev/stdout http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz
> HTTP/1.1 403 Forbidden
> Server: Varnish
> Retry-After: 0
> Content-Type: text/plain; charset=UTF-8
> Content-Length: 16
> Accept-Ranges: bytes
> Date: Fri, 27 Oct 2017 07:33:01 GMT
> X-Served-By: cache-nrt6146-NRT
> X-Cache: MISS
> X-Cache-Hits: 0
> X-Frame-Options: deny
> X-XSS-Protection: 1; mode=block
> X-Content-Type-Options: nosniff
> X-Permitted-Cross-Domain-Policies: none
> Connection: keep-alive
> 
> SSL is required.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171027/c6402033/attachment-0001.html>


More information about the webkit-unassigned mailing list