Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online installer fails when wget version is too old #14

Open
cawallin opened this issue Jul 20, 2015 · 1 comment
Open

Online installer fails when wget version is too old #14

cawallin opened this issue Jul 20, 2015 · 1 comment

Comments

@cawallin
Copy link
Member

When the wget version is equal to wget-1.12-2.fc13 (and perhaps other versions), the online installer fails with the following message:
[root@cwallin-vagrant-master opt]# ./prestoadmin/install-prestoadmin.sh
--2015-07-20 14:05:04-- https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.0.7.tar.gz
Resolving pypi.python.org... 23.235.40.223
Connecting to pypi.python.org|23.235.40.223|:443... connected.
ERROR: certificate common name “www.python.org” doesn’t match requested host name “pypi.python.org”.
To connect to pypi.python.org insecurely, use ‘--no-check-certificate’.

This is a known issue:
https://mail.python.org/pipermail/distutils-sig/2015-January/025614.html

We don't want to add --no-check-certificate to the wget in the online installer every time, though that does fix the issue. This error is found on CentOS 6.5.

@cawallin
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant