FreeBSD Bugzilla – Attachment 164322 Details for
Bug 203861
'fetch' command fails when HTTP_PROXY env. variable is set, and there is a http->https redirect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
log with a proxy set
proxy (text/plain), 4.10 KB, created by
mvharding
on 2015-12-17 19:02:20 UTC
(
hide
)
Description:
log with a proxy set
Filename:
MIME Type:
Creator:
mvharding
Created:
2015-12-17 19:02:20 UTC
Size:
4.10 KB
patch
obsolete
>Script started on Thu Dec 17 10:57:32 2015 >$ HTTP_PROXY=http://192.168.0.2 fetch -vvv http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz >scheme: [http] >user: [] >password: [] >host: [pypi.python.org] >port: [0] >document: [/packages/source/c/cryptography/cryptography-1.0.2.tar.gz] >scheme: [http] >user: [] >password: [] >host: [192.168.0.2] >port: [0] >document: [/] >---> 192.168.0.2:3128 >looking up 192.168.0.2 >connecting to 192.168.0.2:3128 >requesting http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz >>>> GET http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz HTTP/1.1 >>>> Host: pypi.python.org >>>> Accept: */* >>>> User-Agent: fetch libfetch/2.0 >>>> Connection: close >>>> ><<< HTTP/1.1 301 Moved Permanently ><<< Server: Varnish ><<< Retry-After: 0 ><<< Location: https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz ><<< Content-Length: 0 >301 redirect to https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz >scheme: [https] >user: [] >password: [] >host: [pypi.python.org] >port: [0] >document: [/packages/source/c/cryptography/cryptography-1.0.2.tar.gz] ><<< Accept-Ranges: bytes >content length: [0] ><<< Date: Thu, 17 Dec 2015 18:58:05 GMT ><<< X-Served-By: cache-lax1430-LAX ><<< X-Cache: HIT ><<< X-Cache-Hits: 0 ><<< X-Cache: MISS from n54l.mvh ><<< Via: 1.1 varnish, 1.1 n54l.mvh (squid/3.5.12) ><<< Connection: close ><<< >---> 192.168.0.2:3128 >looking up 192.168.0.2 >connecting to 192.168.0.2:3128 >>>> CONNECT pypi.python.org:443 HTTP/1.1 >>>> Host: pypi.python.org:443 >>>> ><<< HTTP/1.1 200 Connection established ><<< >SSL options: 83004bff >Peer verification enabled >Using CA cert file: /usr/local/etc/ssl/cert.pem >Verify hostname >TLSv1.2 connection established using ECDHE-RSA-AES128-GCM-SHA256 >Certificate subject: /businessCategory=Private Organization/1.3.6.1.4.1.311.60.2.1.3=US/1.3.6.1.4.1.311.60.2.1.2=Delaware/serialNumber=3359300/street=16 Allen Rd/postalCode=03894-4801/C=US/ST=NH/L=Wolfeboro,/O=Python Software Foundation/CN=www.python.org >Certificate issuer: /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 Extended Validation Server CA >requesting https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz >>>> GET https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz HTTP/1.1 >>>> Host: pypi.python.org >>>> Accept: */* >>>> User-Agent: fetch libfetch/2.0 >>>> Connection: close >>>> ><<< HTTP/1.1 404 Not Found ><<< Server: nginx/1.8.0 ><<< Content-Type: text/html ><<< ETag: "54d6920d-6d9f" ><<< Via: 1.1 varnish ><<< Fastly-Debug-Digest: c2642eb794739e5a5338d63a2bcd1a031b83ffe06489a5e8d1b0ee66237f28ab ><<< Content-Length: 28063 ><<< Accept-Ranges: bytes >content length: [28063] ><<< Date: Thu, 17 Dec 2015 18:58:06 GMT ><<< Via: 1.1 varnish ><<< Age: 0 ><<< Connection: close ><<< X-Served-By: cache-iad2136-IAD, cache-lax1431-LAX ><<< X-Cache: MISS, MISS ><<< X-Cache-Hits: 0, 0 ><<< X-Timer: S1450378685.938322,VS0,VE88 ><<< >offset 0, length -1, size -1, clength 28063 > > > > > > Not Found > > body { > background-color: #f1f1f1; > margin: 0; > font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; > font-weight: 200; > color: #333; > } > > .container { > margin: 100px auto; > width: 600px; > text-align: center; > } > > h1 { > font-size: 24px; > font-weight: 300; > text-shadow: 0 1px 0 #fff; > } > > p { color: rgba(0, 0, 0, 0.5); margin: 10px 0 40px; font-size: 18px; font-weight: 200; line-height: 1.6em;} > > a { > color: #4183c4; > text-decoration: none; > } > a:hover { > text-decoration: underline; > } > > .logo { display: inline-block; margin-top: 35px; } > > > > > Not Found > > Sorry, the page you're looking for couldn't be found. > > Perhaps check the URL? > > > > > > > > > >fetch: http://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz: Not Found >$ ^D >Script done on Thu Dec 17 10:58:09 2015
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 203861
: 164322 |
164323