I have Python 2.7.5 and pip 20.2.4 installed on my computer. When I use the pip install command it gives an SSL connection error. Although I define it as a trusted domain and use the -Wignore parameter, I keep getting SSL errors.
The error I get is as follows.
ssl_.py:142: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
pip no longer supports Python 2.7.5. You need to upgrade to a newer version of Python (2.7.9 or later for now, but pip will drop support for Python 2 early in 2021).
Or you should stay on an older version of pip, and be aware that you are using unsupported software.