git pull not working
Hi all,
I possess a My Book Live Duo on which I run SickBeard and CouchPotato.
Everything was working like a charm:
services starting and stopping correctly as configured in my crom and automatic updates executed flawlessly using the optware installed packages git and python 2.7.
However since some time the update is not working anymore and I'm getting the following error in the logs:
***: /shares/Public/Software/SickBeard# /opt/bin/git pull origin torrent_1080_subtitles
error: error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm while accessing https : // github.com / junalmeida / Sick-Beard/info/refs?service=git-upload-pack
fatal: HTTP request failed
I made some digging and I found out that this is related to the ssl library used by python that currently is:
***:/shares/Public/Software/SickBeard# /opt/bin/python2.7 -c "import ssl; print ssl.OPENSSL_VERSION"
OpenSSL 0.9.7m 23 Feb 2007
I looked around some more, but I couldn't find any hint on how to fix this issue.
Could you please help me?
Thanks in advance
udd