View Single Post
Old 12-22-2016, 06:24 PM   #6
Idefix
Member
Idefix began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Dec 2016
Device: Tolino
Thank you for the tip kovid!

verbose output gives me:

Traceback (most recent call last):
File "/usr/lib/calibre/calibre/web/feeds/recipes/collection.py", line 222, in get_builtin_recipe_by_title
return download_builtin_recipe(urn)
File "/usr/lib/calibre/calibre/web/feeds/recipes/collection.py", line 208, in download_builtin_recipe
return get_https_resource_securely('https://status.calibre-ebook.com/recipe/'+urn)
File "/usr/lib/calibre/calibre/utils/https.py", line 183, in get_https_resource_securely
c = HTTPSConnection(ssl_version, hostname, port, cert_file=cacerts, timeout=timeout)
File "/usr/lib/calibre/calibre/utils/https.py", line 137, in __init__
httplib.HTTPSConnection.__init__(self, *args, **kwargs)
File "/usr/lib/python2.7/httplib.py", line 1236, in __init__
context.load_cert_chain(cert_file, key_file)
SSLError: [SSL] PEM lib (_ssl.c:2525)

seems a certificate problem?

As I got the url in the verbose output I tried:
wget https://status.calibre-ebook.com/rec...mes_sub.recipe

and it did not work. It says that it doesn't trust the certificate. But the wget command doesn't work on my MINT-Linux either where the update of the recipes works during ebook-convert.

Any hint for whats going on in Rasbian?
Idefix is offline   Reply With Quote