Could not fetch URL http://pypi.python.org/simple/: connecti
Posted: Wed Mar 29, 2017 2:51 am
I am trying to install nagios Log server manually from source. I am getting below error :
I have tried the patch provided in the thread https://support.nagios.com/forum/viewto ... ip#p193366
I believe the script is still trying to go through port 443 even when http protocol is used. Kindly assist to resolve this error.
Code: Select all
[quote]get-pip.py run on Wed Mar 29 11:37:36 2017
Downloading/unpacking pip
Getting page http://pypi.python.org/simple/pip/
Could not fetch URL http://pypi.python.org/simple/pip/: connection error: [Errno 1] _ssl.c:492: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Will skip URL http://pypi.python.org/simple/pip/ when looking for download links for pip
Getting page http://pypi.python.org/simple/
Could not fetch URL http://pypi.python.org/simple/: connection error: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/ (Caused by <class 'httplib.CannotSendRequest'>: )[/quote]I believe the script is still trying to go through port 443 even when http protocol is used. Kindly assist to resolve this error.