Page 1 of 1

Use only HTTPS?

Posted: January 30th, 2010, 3:47 pm
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?

Re: Use only HTTPS?

Posted: January 30th, 2010, 3:59 pm
by shypike
No.
Maybe you can tell your firewall or router to block the http port used by SABnzbd.

Re: Use only HTTPS?

Posted: January 30th, 2010, 4:08 pm
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.