Search found 8 matches

by poizun
March 21st, 2015, 11:26 am
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 9450

Re: Issues with OpenSSL and Sabnzbd

Isn't this simply a matter of the site having an invalid certificate? So, I'm starting to piece things together. Their site disabled SSLv3 to avoid the POODLE issue, which I thought was pretty common. It seems like perhaps, it's not falling back to SSLv2 correctly. I'm using FreeNAS and this is the...
by poizun
March 21st, 2015, 8:34 am
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 9450

Re: Issues with OpenSSL and Sabnzbd

OK some good news and some bad news. The good news is that the issue went away with one of my indexers. The bad news is that it's still present with my other one. Same errors. Spoke too soon. :/ Maybe something that might help is the error from a wget for the same URL: OpenSSL: error:14077458:SSL ro...
by poizun
March 20th, 2015, 9:21 pm
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 9450

Re: Issues with OpenSSL and Sabnzbd

I was having a similar issue, and it certainly was OpenSSL related, specifically that SSLv3 is disabled by default in Python 2.7.9. I found two solutions: downgrade to python 2.7.8 or patch urlgrabber. Here is my patch: --- urlgrabber.py.old 2015-03-19 22:40:59.643171308 -0400 +++ urlgrabber.py.new...
by poizun
March 20th, 2015, 9:11 pm
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 9450

Re: Issues with OpenSSL and Sabnzbd

So it wasnt until after I posted (and even edited) that I realized the contradiction in my patch and the apparent reason for my patch. The fact is the indexer I was using supports a connection that doesn't use SSLv3, so I shouldn't have to patch the SSL context at all. The real problem was that my ...
by poizun
March 20th, 2015, 9:10 pm
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 9450

Re: Issues with OpenSSL and Sabnzbd

Hello, I really appreciate the help! Apologies for being a little log-starved. I had intended to post a follow-up/edit my post after pulling some logs, but got side-tracked by my 1 year old. Here are some logs. sabnzbd.error.log: Exception in thread CP WSGIServer Thread-14: Traceback (most recent ca...
by poizun
March 18th, 2015, 11:59 pm
Forum: Bug Reports
Topic: Issues with OpenSSL and Sabnzbd
Replies: 10
Views: 9450

Issues with OpenSSL and Sabnzbd

Hey all, Running into issues currently where sab isn't able to fetch NZBs via the URL. This includes things that are dropped in by other apps and also if I manually upload it by pointing it to a URL. I can open the URL from my browser and obtain the NZB though. I believe it has something to do with ...
by poizun
January 22nd, 2013, 8:34 pm
Forum: General Help
Topic: Only way to download is to use queue repair
Replies: 3
Views: 2590

Re: Only way to download is to use queue repair

Just an update: I fixed my issue through a quick look at the log files. Apparently, every time Sab started up, it attempts to take ownership of the incomplete folder. Even though it can successfully write to it, I guess since it didn't own it, things wouldn't work properly. This is more of a permiss...
by poizun
January 17th, 2013, 12:26 am
Forum: General Help
Topic: Only way to download is to use queue repair
Replies: 3
Views: 2590

Only way to download is to use queue repair

I did a quick search and didn't see anything like this, so I thought I'd start a new topic. For the past 4 or 5 months, my sabnzbd has been acting a little funny. Things would get queued up just fine either manually or by other apps (sb, cp, etc), but they don't download. It's not like it's paused o...