Bernhard Wiedemann changed bug 967128
What Removed Added
CC   bwiedemann@suse.com, lnussel@suse.com

Comment # 3 on bug 967128 from
I found that all SSL-verification
in python-requests is currently broken,
as can be seen with

#!/usr/bin/python
import requests
r = requests.get('https://www.github.com/')

which produces
requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate
verify failed (_ssl.c:590)


but that should also be fixed by your
https://build.opensuse.org/request/show/361137


You are receiving this mail because: