Comment 18 for bug 703807

Revision history for this message
Martin Pool (mbp) wrote : Re: "easy_install pyOpenSSL" says "error: Unexpected HTML page found at http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-0.11.tar.gz"

I can reproduce this from home too. It's interesting that I did actually get the bytes of a tarball, but marked as text/html.

mbp@joy% curl -L -v -O http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-0.11.tar.gz
* About to connect() to launchpad.net port 80 (#0)
* Trying 91.189.89.222... % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0connected
* Connected to launchpad.net (91.189.89.222) port 80 (#0)
> GET /pyopenssl/main/0.11/+download/pyOpenSSL-0.11.tar.gz HTTP/1.1
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18
> Host: launchpad.net
> Accept: */*
>
< HTTP/1.1 303 See Other
< Date: Mon, 07 Feb 2011 06:55:25 GMT
< Server: zope.server.http (HTTP)
< X-Powered-By: Zope (www.zope.org), Python (www.python.org)
< X-Content-Type-Warning: guessed from content
< Content-Length: 0
< Location: http://launchpadlibrarian.net/58498441/pyOpenSSL-0.11.tar.gz
< Vary: Cookie,Authorization,Accept-Encoding
< Content-Type: text/plain;charset=utf-8
< Via: 1.1 launchpad.net
<
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connection #0 to host launchpad.net left intact
* Issue another request to this URL: 'http://launchpadlibrarian.net/58498441/pyOpenSSL-0.11.tar.gz'
* About to connect() to launchpadlibrarian.net port 80 (#1)
  0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0connected
* Connected to launchpadlibrarian.net (91.189.89.229) port 80 (#1)
> GET /58498441/pyOpenSSL-0.11.tar.gz HTTP/1.1
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18
> Host: launchpadlibrarian.net
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Thu, 03 Feb 2011 17:00:18 GMT
< Server: TwistedWeb/10.1.0
< Content-Length: 242152
< Accept-Ranges: bytes
< Last-Modified: Mon, 01 Nov 2010 22:24:33 GMT
< Cache-Control: max-age=31536000, public
< Content-Type: text/html
< Age: 309308
< X-Cache: HIT from banana.canonical.com
< X-Cache-Lookup: HIT from banana.canonical.com:3128
< Via: 1.0 banana.canonical.com:3128 (squid/2.7.STABLE7)
< Via: 1.1 launchpadlibrarian.net
< Vary: Accept-Encoding
<
{ [data not shown]
100 236k 100 236k 0 0 68221 0 0:00:03 0:00:03 --:--:-- 102k* Connection #1 to host launchpadlibrarian.net left intact

* Closing connection #0
* Closing connection #1