hi bart,m
for wget this is normal. EB uses urllib to download files.
can you try
python -c 'import urllib;
urllib.urlretrieve("https://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz",
"/tmp/pip-1.1.tar.gz")'
tar ztf /tmp/pip-1.1.tar.gz
stijn
On 01/30/2014 12:21 AM, Bart Verleye wrote:
Hi,
Thanks for the help.
On 29/01/14 20:14, Stijn De Weirdt wrote:
wget http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz
This gives me following error:
--2014-01-30 12:19:16--
https://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz
Connecting to pypi.python.org|199.27.79.185|:443... connected.
ERROR: certificate common name `*.a.ssl.fastly.net' doesn't match
requested host name `pypi.python.org'.
To connect to pypi.python.org insecurely, use `--no-check-certificate'.
Perhaps some configuration of our system, as it does work on my laptop.
Would adding --no-check-certificate to the wget (in the easy-block?) be
a good idea?
Cheers,
Bart