Search found 14 matches

by packetstormer
March 9th, 2013, 10:50 am
Forum: General Help
Topic: API addurl problem
Replies: 7
Views: 3189

Re: API addurl problem

Possibly (but this is just guessing) the site refuses any User-Agent header that's different than those of known browsers. Thanks for your replies. I am encoding the url correctly alright. The user-agent header could explain it except then SAB wouldn't get the file through it's own GUI. Anyway I do...
by packetstormer
March 9th, 2013, 8:06 am
Forum: General Help
Topic: API addurl problem
Replies: 7
Views: 3189

Re: API addurl problem

For a browser test to be valid: first make sure you're not logged in to the web site in any tab. Make sure you're actually logged out. OK, I understand that but that doesn't explain why when I add the URL manually through SAB's web interface the HTTPS url gets retrieved. Posting the same URL via th...
by packetstormer
March 9th, 2013, 6:43 am
Forum: General Help
Topic: API addurl problem
Replies: 7
Views: 3189

Re: API addurl problem

Yeah, I should have said this indexer site does support HTTPS though - if I add the URL via SAB's own interface (webGUI) the file gets added correctly. Pasting the HTTPS URL into my browser will also download the file correctly.
by packetstormer
March 9th, 2013, 4:26 am
Forum: General Help
Topic: API addurl problem
Replies: 7
Views: 3189

API addurl problem

If I post a URL to SAB like below it will work fine and grab the URL: http://www.myusenetsite.com/getnzb/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.nzb&i=1111&r=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx However, if I post this (exactly the same except in HTTPS) I get this error in SAB ( DEBUG::[urlgrabber:351]...
by packetstormer
February 17th, 2013, 5:29 am
Forum: General Help
Topic: Addurl API HTTPS problem
Replies: 8
Views: 3142

Re: Addurl API HTTPS problem

Strange -- this is what the SabNZBd log shows after I pass it the URL:

2013-02-17 10:23:54,822::DEBUG::[urlgrabber:351] No response from indexer, retry after 60 sec

If I pass the same URL into a browser (any browser) it gets the nzb fine - any suggestions?
by packetstormer
February 16th, 2013, 3:20 pm
Forum: General Help
Topic: Addurl API HTTPS problem
Replies: 8
Views: 3142

Re: Addurl API HTTPS problem

SABnzbd generates it own self-signed certificate. Real ones cost money. Firefox allows you to store an exception for a self-signed certificate permanently. Less versatile ones like Chrome, IE and Safari insist on pestering you about it. I mean the remote URL, not the Sab URL. The indexing site is g...
by packetstormer
February 16th, 2013, 1:02 pm
Forum: General Help
Topic: Addurl API HTTPS problem
Replies: 8
Views: 3142

Re: Addurl API HTTPS problem

Also, I think the URL site I am using is using a self signed certificate, maybe Sab cannot verify it. Is there any switch I can use to ignore unknown SSL certificates?
by packetstormer
February 16th, 2013, 1:00 pm
Forum: General Help
Topic: Addurl API HTTPS problem
Replies: 8
Views: 3142

Re: Addurl API HTTPS problem

Actually, just checked and python-openssl is already installed!?
by packetstormer
February 16th, 2013, 12:54 pm
Forum: General Help
Topic: Addurl API HTTPS problem
Replies: 8
Views: 3142

Re: Addurl API HTTPS problem

shypike wrote:Which OS are you using?
If you installed it DIY, then you need to install PyOpenSSL.
Yes, its an embedded device running on a satellite receiver - I guess I will need OpenSSL so, thank.
by packetstormer
February 16th, 2013, 12:40 pm
Forum: General Help
Topic: Addurl API HTTPS problem
Replies: 8
Views: 3142

Addurl API HTTPS problem

Could anyone suggest why I can't add HTTPS URLs in Sab? If I use the GUI and add URL https://...... the addition fails (even though the site is there running under HTTPS). However, if I drop the "s" and just plan http://..... then the URL gets fetched and added correctly. The same problem ...
by packetstormer
October 10th, 2011, 8:03 am
Forum: General Help
Topic: Add NZB via API from external URL
Replies: 1
Views: 1301

Add NZB via API from external URL

Hello, I am having a little bit of difficulty adding an NZB to Sab from an external source that has "&apikey=xxxxx" in its URL. I have written an app to login to NzbMatrix and get specified NZB URLs. I am then trying to post that into Sab e.g http://localhost:8080/sabnzbd/api?mode=addu...
by packetstormer
October 4th, 2010, 11:24 am
Forum: Third-party Addons
Topic: Episode Butler SSL?
Replies: 4
Views: 4693

Re: Episode Butler SSL?

Janoz wrote: I looked it up in the source and there it was https. I figured I implemented it that way but clearly I changed it after the latest release.
Can I get a version with HTTPS anywhere? I don't see it on your site.
by packetstormer
September 24th, 2010, 12:19 pm
Forum: Third-party Addons
Topic: Episode Butler SSL?
Replies: 4
Views: 4693

Re: Episode Butler SSL?

Janoz wrote: Episodebutler uses https to connect to the NZBMatrix api. All communication is encrypted.
No it doesn't. Not the latest one I downloaded anyway. A packet sniffer clearly shows everything being sent in cleartext. I can see my username and API key cleary in a sniff log.
by packetstormer
September 17th, 2010, 9:53 am
Forum: Third-party Addons
Topic: Episode Butler SSL?
Replies: 4
Views: 4693

Episode Butler SSL?

Does anyone know if the communication between Episode Butler and NZBMatrix is encrypted? There is no "Use SSL" tick on the tab, but are all API connections ecnrypted by default?

Can't say I like the idea of sending the API Key, username and search term in cleartext....