mrmarkuz
(Markus Neuberger)
2
Hi Pasquale,
did you update your system?
I have pyOpenSSL 0.13.1-3 too and it’s working so I recommend a reinstall of pyopenssl first:
yum reinstall pyOpenSSL
If reinstalling did not work you may try the following:
pip uninstall requests
yum reinstall python-requests
pip uninstall six
yum reinstall python-six
pip uninstall urllib3
yum reinstall python-urllib3
Sources:
4 Likes