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?
Use only HTTPS?
Forum rules
Help us help you:
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.
Re: Use only HTTPS?
No.
Maybe you can tell your firewall or router to block the http port used by SABnzbd.
Maybe you can tell your firewall or router to block the http port used by SABnzbd.
Re: Use only HTTPS?
Ok thanks for the info.
So for the linux guys, this is the way to block the http port:
So for the linux guys, this is the way to block the http port:
Assuming your http is running on port 80.iptables -A INPUT -p tcp --destination-port 80 -j DROP