[issue34163] Python latest release 2.7 shows SSL error

Michael Felt report at bugs.python.org
Fri Jul 20 07:01:47 EDT 2018


Michael Felt <michael at felt.demon.nl> added the comment:

There is a big chance it is not a direct issue with either python or pip / rather an issue with how current your "openssl" setup is.

As an example, using git I was not able to "pull" from a remote. This git (that also depends on python) has been working for ages. I "fixed" it by getting an updated "global" cacert.pem "chain of trust" installed and now https://... queries were working instantly.

So, did you perhaps, also update your SSL while re-installing/updating python2? (And also note, v2.7.10 is several years old. The latest v2.7 version is 2.7.15).

----------
nosy: +Michael.Felt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34163>
_______________________________________


More information about the Python-bugs-list mailing list