Two Things: Verify and Unpack + SSL

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
webdawg
Newbie
Newbie
Posts: 4
Joined: September 18th, 2011, 9:24 pm

Two Things: Verify and Unpack + SSL

Post 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...
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Two Things: Verify and Unpack + SSL

Post 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.
webdawg
Newbie
Newbie
Posts: 4
Joined: September 18th, 2011, 9:24 pm

Re: Two Things: Verify and Unpack + SSL

Post 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......
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Two Things: Verify and Unpack + SSL

Post by shypike »

So what kind of system are you using and how do you run SABnzbd?
webdawg
Newbie
Newbie
Posts: 4
Joined: September 18th, 2011, 9:24 pm

Re: Two Things: Verify and Unpack + SSL

Post by webdawg »

shypike wrote:So what kind of system are you using and how do you run SABnzbd?

It is a debian install.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Two Things: Verify and Unpack + SSL

Post by shypike »

Do you see a (working) SSL option in Config->Servers?
If not, then you're missing PyOpenSSL/OpenSSH.
webdawg
Newbie
Newbie
Posts: 4
Joined: September 18th, 2011, 9:24 pm

Re: Two Things: Verify and Unpack + SSL

Post 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
Post Reply