Use only HTTPS?

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
knatsch
Newbie
Newbie
Posts: 17
Joined: April 15th, 2009, 7:23 am

Use only HTTPS?

Post by knatsch »

Hi I just updated to RC3 and I want to use only https, no longer http. I can't find a way to disable all http traffic.
Sabnzbd crashes immediately when I leave the http port empty. Is there a way to disable http?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Use only HTTPS?

Post by shypike »

No.
Maybe you can tell your firewall or router to block the http port used by SABnzbd.
knatsch
Newbie
Newbie
Posts: 17
Joined: April 15th, 2009, 7:23 am

Re: Use only HTTPS?

Post by knatsch »

Ok thanks for the info.
So for the linux guys, this is the way to block the http port:
iptables -A INPUT -p tcp --destination-port 80 -j DROP
Assuming your http is running on port 80.
Post Reply