Page 3 of 3
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: January 15th, 2015, 2:08 pm
by sander
Update:
SABnzbd 0.7.20 with Python 2.7.9 (on Ubuntu 15.04-to-be) gives an error with
https://www.nzbindex.nl/rss/?q=Hello&so ... esc&max=25 . It seems
https://www.nzbindex.nl/rss/?q=Hello&so ... esc&max=25 is untrusted; Chrome says:
Exact error message below.
Code: Select all
2015-01-15 20:36:35,349::DEBUG::[interface:1744] RSS READOUT = True
2015-01-15 20:36:35,351::DEBUG::[rss:332] Running feedparser on https://nzbindex.nl/rss/?q=hello&sort=agedesc&max=25
2015-01-15 20:36:35,389::DEBUG::[rss:334] Done parsing https://nzbindex.nl/rss/?q=hello&sort=agedesc&max=25
2015-01-15 20:36:35,389::INFO::[rss:353] Failed to retrieve RSS from https://nzbindex.nl/rss/?q=hello&sort=agedesc&max=25: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: January 15th, 2015, 2:56 pm
by sander
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: March 19th, 2015, 10:31 pm
by typo101
I fumbled my way to a solution to the same or very similar problem in another thread.
https://forums.sabnzbd.org/viewtopic.php?t=18771
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: March 22nd, 2015, 9:38 am
by dakh
I am getting the same issue using Sabnzbd 7.20 and Python 2.7.9 on a Synology NAS. Does anyone have a suggested fix please for this platform?
Or a direct download for Python 2.7.8 for a Synology 1812+?
Thanks
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: March 22nd, 2015, 2:22 pm
by sander
dakh wrote:I am getting the same issue using Sabnzbd 7.20 and Python 2.7.9 on a Synology NAS. Does anyone have a suggested fix please for this platform?
Did you follow link the I posted, and read it ... ? It contains explanation + fix.
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: March 22nd, 2015, 4:05 pm
by dakh
For Synology NAS systems, workaround is available. (Credit goes to Dr. Bean from Synocommunity):
SSH into Diskstation, then as root execute:
ln -s /etc/ssl/certs/ca-certificates.crt /usr/local/python/cert.pem
I have tested this as working on DSM 5.2 5022 update 4 and Python 2.7.9. using SABnzbd 0.7.20-13.
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: March 23rd, 2015, 1:18 am
by sarsipius
dakh wrote:For Synology NAS systems, workaround is available. (Credit goes to Dr. Bean from Synocommunity):
SSH into Diskstation, then as root execute:
ln -s /etc/ssl/certs/ca-certificates.crt /usr/local/python/cert.pem
I have tested this as working on DSM 5.2 5022 update 4 and Python 2.7.9. using SABnzbd 0.7.20-13.
Thanks for the work around dakh. Could you please post a link to the original post from Dr. Bean?
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: March 23rd, 2015, 5:18 am
by dakh
No problem - here is the GitHub thread:
https://github.com/SynoCommunity/spksrc ... t-84930841
FYI - SynoCommunity have updated their Python 2.7.9 package, which includes the symlink.
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: May 15th, 2015, 12:25 pm
by sfsab
Did something else cause it to break again?
I had this problem a few months ago when it first surfaced and it was working fine after creating the symlink.
No I have just recently installed a bunch of package updates(dont remember what they all were) along with DSM 5.2-5565
I am back to getting the following error when SAB tries to call Sickbeard for postprocessing.
Unable to open URL: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>
If I copy the url and open in a browser it works perfectly.
I have tried deleting the symlink and re-creating it. I am pretty sure I have the latest versions on Sickbeard & Sabnzbd.
Sickbeard: 20140528-5 (alpha (master) -- source : 31ceaf1b5cab1884a280fe3f4609bdc3b1fb3121)
Sabnzbd: 0.7.20-13
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: May 15th, 2015, 12:37 pm
by sander
SABnzbd 0.8.0 Alpha 1 solves it ... so try that?
Re: [SOLVED] No response from indexer (Python 2.7.9 and Free
Posted: July 27th, 2015, 3:30 am
by Ravefiend
Fixed this as well today on my installation on FreeBSD. Just update the ca_root_nss port/package to 3.19.1_1 or higher to fix this on SABnzbd 0.7.20 :
https://www.freshports.org/security/ca_root_nss/