Thread: pocket articles
View Single Post
Old 01-25-2016, 03:02 PM   #1
abdabi
Junior Member
abdabi began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2016
Device: calibre
pocket articles

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?
abdabi is offline   Reply With Quote