Page 1 of 1

Unable to download NZBs via url

Posted: May 5th, 2015, 9:09 pm
by ezwhip
Hi all-

I'm guessing this happened with a recent upgrade, and I've seen similar threads, but sabnzbd is failing to download NZBs via URL (this has worked flawlessly for ages). When I hit the url with lynx I get a self-signed cert error - I'm on Python 2.7.9 and sabnzbd 0.7.20 - is this the OpenSSL v3 issue people have been talking about? Just curious if/what the workaround is.

Cheers.

Re: Unable to download NZBs via url

Posted: May 6th, 2015, 12:10 am
by sander
Yes, probably. Can you - for the record - post the URL / FQDN of the indexer you're using?

Workarounds:
- use plain HTTP instead of HTTPS
- a few lines of python code I wrote a few months ago: see https://forums.sabnzbd.org/viewtopic.ph ... 565#p98483
- use SABnzbd pre-0.8.x

Which do you prefer?

Re: Unable to download NZBs via url

Posted: May 6th, 2015, 11:01 pm
by ezwhip
This actually was the easiest fix, worked like a champ:

https://forums.sabnzbd.org/viewtopic.ph ... =15#p98211

Thanks for pointing me in the right direction!