Why does installation of python module cx-Oracle fails using pip with error `ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)` ?
Issue
- Installation of python module cx-Oracle fails using pip with the following error:
* Retrying (Retry(total=X, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x146a6daab908>: Failed to establish a new connection: [Errno -2] Name or service not known',)'
* ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
* pip._vendor.requests.exceptions.SSLError: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /pypi (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
Environment
- RHEL 8
- Python 3.6
- pip
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.