Comment 9 for bug 703807

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

When I try that from here, I get application/x-tar:

mbp@joy% telnet launchpadlibrarian.net 80
Trying 91.189.89.228...
Connected to launchpadlibrarian.net.
Escape character is '^]'.
HEAD /58498441/pyOpenSSL-0.11.tar.gz HTTP/1.1
Host: launchpadlibrarian.net

HTTP/1.0 200 OK
Date: Mon, 17 Jan 2011 17:00:21 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: application/x-tar
Age: 28285
X-Cache: HIT from nutmeg.canonical.com
X-Cache-Lookup: HIT from nutmeg.canonical.com:3128
X-Cache: MISS from conf-gw.conference
X-Cache-Lookup: MISS from conf-gw.conference:3128
Via: 1.0 nutmeg.canonical.com:3128 (squid/2.7.STABLE7), 1.0
launchpadlibrarian.net, 1.1 conf-gw.conference:3128
(squid/2.7.STABLE9)
Connection: close

Could it be that you have an intercepting proxy or something similar?

--
Martin