[openstack-dev] Looking for help getting git-review to work over https
KARR, DAVID
dk068x at att.com
Fri Jun 12 19:46:07 UTC 2015
> -----Original Message-----
> From: Kevin L. Mitchell [mailto:kevin.mitchell at rackspace.com]
> Sent: Friday, June 12, 2015 12:05 PM
> To: openstack-dev at lists.openstack.org
> Subject: Re: [openstack-dev] Looking for help getting git-review to
> work over https
>
> 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://"…)
Yes, we have both http and https versions of that proxy. I've tried both of them here, with the same result.
More information about the OpenStack-dev
mailing list