Page 1 of 1

Two Things: Verify and Unpack + SSL

Posted: September 18th, 2011, 9:45 pm
by webdawg
Sup.


First, I need to offload the Verify and Unpack functionality of the script to a different system. Before I proceed to write my own I was wondering if anyone could point me into where to look for the current functionality. Can I just pull a script from the source and mod it? Do you recommend that?

Also it does not look like sabnzbd is connecting to nzbmatrix and newzbin through ssl. I may try and mod the package to do it but why does it not do this already?

Thanks,

Web...

Re: Two Things: Verify and Unpack + SSL

Posted: September 19th, 2011, 9:53 am
by shypike
SABnzbd is a complex program with many interconnections between the parts.
Of course you're free to make any derivative of it, but expect a steep learning curve.
Post processing is mostly in the newsunpack.py and postproc.py files.

I don't understand your last question.
When SSL support is available (and it is in all binaries), it will use https to connect.

Re: Two Things: Verify and Unpack + SSL

Posted: September 19th, 2011, 10:00 am
by webdawg
I was looking at the log and when it retrieves the nzb from a queue or integration with one of those sites it uses http vs https......

Re: Two Things: Verify and Unpack + SSL

Posted: September 19th, 2011, 10:02 am
by shypike
So what kind of system are you using and how do you run SABnzbd?

Re: Two Things: Verify and Unpack + SSL

Posted: September 19th, 2011, 10:10 am
by webdawg
shypike wrote:So what kind of system are you using and how do you run SABnzbd?

It is a debian install.

Re: Two Things: Verify and Unpack + SSL

Posted: September 19th, 2011, 10:24 am
by shypike
Do you see a (working) SSL option in Config->Servers?
If not, then you're missing PyOpenSSL/OpenSSH.

Re: Two Things: Verify and Unpack + SSL

Posted: September 19th, 2011, 10:32 am
by webdawg
I figured out what it was. I am using a Firefox plugin that integrates a queue button.

I will post the results here later after I check something.

Thanks,

Web