[openstack-dev] Looking for help getting git-review to work over https
Kevin L. Mitchell
kevin.mitchell at rackspace.com
Fri Jun 12 19:04:53 UTC 2015
On Fri, 2015-06-12 at 17:08 +0000, KARR, DAVID wrote:
> Thanks. I already tried that. It's not even clear this is failing to
> connect. I don't know what this is telling me.
> ----------------------
> # pip install --proxy http://one.proxy.att.com:8080 .
> Processing /home/dk068x/work/git-review
> Complete output from command python setup.py egg_info:
> Download error on https://pypi.python.org/simple/pbr/: [Errno 1]
> _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
> protocol -- Some packages may not be found!
> Couldn't find index page for 'pbr' (maybe misspelled?)
> Download error on https://pypi.python.org/simple/: [Errno 1]
> _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
> protocol -- Some packages may not be found!
> No local packages or download links found for pbr
> Traceback (most recent call last):
> File "<string>", line 20, in <module>
> File "/tmp/pip-MStPEo-build/setup.py", line 20, in <module>
> setuptools.setup(setup_requires=['pbr'], pbr=True)
Have you confirmed that your proxy at 8080 is capable of SSL? Usually,
people use port 8080 for plain old HTTP servers or proxies, and trying
to talk SSL to a plain HTTP proxy would probably result in that error.
(Also noticed that your proxy URL is specified as "http://"; if you know
that proxy works for SSL, try "https://"…)
--
Kevin L. Mitchell <kevin.mitchell at rackspace.com>
Rackspace
More information about the OpenStack-dev
mailing list