Accessing sabnzbd remotely using https [Linux]

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.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Accessing sabnzbd remotely using https

Post by sander »

Well, that looks good.

Last shot: do you run a firewall?

Code: Select all

sudo iptables -L -n
Post back the results.
peaveyman
Newbie
Newbie
Posts: 11
Joined: February 28th, 2014, 12:52 pm

Re: Accessing sabnzbd remotely using https [Linux]

Post by peaveyman »

sudo iptables -L -n
[sudo] password for ****:
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Accessing sabnzbd remotely using https [Linux]

Post by sander »

So, no firewall settings. Good. But that means I'm out of ideas. Long shot:

Does you sabnzbd.log say:

Code: Select all

2014-03-02 19:53:38,106::INFO::[_cplogging:55] [02/Mar/2014:19:53:38] ENGINE Serving on 0.0.0.0:9090
2014-03-02 19:53:38,209::INFO::[_cplogging:55] [02/Mar/2014:19:53:38] ENGINE Serving on 0.0.0.0:8080
If you stop sabnzbd, are all the entries 8080 and 9090 gone from the netstat command?
peaveyman
Newbie
Newbie
Posts: 11
Joined: February 28th, 2014, 12:52 pm

Re: Accessing sabnzbd remotely using https [Linux]

Post by peaveyman »

2014-03-02 10:29:44,687::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on 0.0.0.0:8080
2014-03-02 10:29:44,790::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on ::1:8080
2014-03-02 10:29:44,892::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on ::1:9090
2014-03-02 10:29:44,995::INFO::[_cplogging:55] [02/Mar/2014:10:29:44] ENGINE Serving on 0.0.0.0:9090

Yes, when I stop SAB the entries are gone from the netstat command.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Accessing sabnzbd remotely using https [Linux]

Post by sander »

Maybe the ::1 are causing the problem?

What is the output of:

Code: Select all

grep port ~/.sabnzbd/sabnzbd.ini
Here's mine:

Code: Select all

$ grep port ~/.sabnzbd/sabnzbd.ini
https_port = 9090
port = 8080
port = 119
peaveyman
Newbie
Newbie
Posts: 11
Joined: February 28th, 2014, 12:52 pm

Re: Accessing sabnzbd remotely using https [Linux]

Post by peaveyman »

Strange, when I run the command as user I get /home/****/.sabnzbd/sabnzbd.ini: No such file or directory

Arch installs SAB to /opt if that makes a difference. That is where the sabnzbd.ini file is.
Post Reply