Since yesterday I receive the following error loading pocket articles (from getpocket.com):
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
I already tried to monkeypatch the python ssl module to disable all ssl verification, like this:
import ssl
ssl.create_default_context = ssl._create_unverified_context
the issue remains... any idea?
Image may be NSFW.urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
I already tried to monkeypatch the python ssl module to disable all ssl verification, like this:
import ssl
ssl.create_default_context = ssl._create_unverified_context
the issue remains... any idea?
Clik here to view.
