You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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’.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: