I have a similar problem but that fix doesn't work. Can you please help me with this?
When I try to install it on mt freshly installed Ubuntu 12.04LTS I get the following error:
Quote:
bart@laptopbart:~/calibre$ sudo -v && wget -nv -O- https://raw.githubusercontent.com/ko...x-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
2014-03-25 09:59:15 URL:https://raw.githubusercontent.com/ko...x-installer.py [25423/25423] -> "-" [1]
Installing to /opt/calibre
Downloading tarball signature securely...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 643, in main
File "<string>", line 615, in download_and_extract
File "<string>", line 607, in get_tarball_info
File "<string>", line 572, in get_https_resource_securely
File "<string>", line 498, in connect
File "/usr/lib/python2.7/ssl.py", line 381, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 143, in __init__
self.do_handshake()
File "/usr/lib/python2.7/ssl.py", line 305, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
|
Any idea how I can solve this?
I also tried the second code without the verification but I get the same error message :s