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.
Search found 11 matches
- March 2nd, 2014, 2:24 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
- March 2nd, 2014, 2:14 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https [Linux]
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...
- March 2nd, 2014, 2:00 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https [Linux]
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
- March 2nd, 2014, 1:35 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
netstat -apon | grep -i listen | grep -vi listening | grep -i python tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 13049/python2 off (0.00/0/0) tcp 0 0 0.0.0.0:8112 0.0.0.0:* LISTEN 331/python2 off (0.00/0/0) tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN 13049/python2 off (0.00/0/0) tcp6 0 0 ::1:8080 :::* LISTEN 1...
- March 2nd, 2014, 12:55 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
I can using port 8080. If I use 9090 it defaults to https and fails.
- March 2nd, 2014, 11:34 am
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
I can access Sabnzbd from the machine itself using this: https://0.0.0.0:9090/sabnzbd/
I can't access Sabnzbd from another machine on the LAN using https using https://192.168.1.x:9090/sabnzbd
It tells me web page not available.
I can't access Sabnzbd from another machine on the LAN using https using https://192.168.1.x:9090/sabnzbd
It tells me web page not available.
- March 2nd, 2014, 10:01 am
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
I'm trying to figure out why HTTPS won't work. When I am trying to use HTTPS I forward port 9090 in the router but it will not work.
- March 2nd, 2014, 6:46 am
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
I removed it because it was not working. I replaced it with port 8080 so I can access it remotely.
- March 1st, 2014, 4:17 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
Yes, I had port 9090 forwarded in the router. HTTPS wouldn't work. I removed the 9090 and added 8080 and can access sabnzbd remotely.
- March 1st, 2014, 7:07 am
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Re: Accessing sabnzbd remotely using https
When trying to use HTTPS I had port 9090 forwarded. When I switched to HTTP I forwarded port 8080 which is working.
- February 28th, 2014, 12:55 pm
- Forum: General Help
- Topic: Accessing sabnzbd remotely using https [Linux]
- Replies: 20
- Views: 7638
Accessing sabnzbd remotely using https [Linux]
I'm running sabnzbd on Arch Linux. I can access sabnzbd remotely with my android phone over my wifi when I'm close or over the phones network when I'm not if I use http. I have tried unsuccessfully to use https. It doesn't work. Would some have an idea as to what the problem might be. I don't think ...