cannot access sabnzbd from corporate network

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
kian
Newbie
Newbie
Posts: 21
Joined: September 10th, 2008, 5:03 pm

cannot access sabnzbd from corporate network

Post by kian »

hi guys,
i have sabnzbd running sucesfully on my home server. I can access sabnzbd via my browser in my home network, at my friend's network, and also from common hotspots, such as starbucks etc. however, when connected to my internet access at the company i cannot access sabnzbd at all. what can be the issue here? i am using the port 65480 for sabnzbd.

would be happy to read your suggestions. thanks,
k
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cannot access sabnzbd from corporate network

Post by shypike »

My guess is that your company's firewall doesn't allow strange port numbers.
You probably have to use port 80 or 443.

You do realize that working this way is not very secure?
Passwords are sent in clear text, because we cannot support SSL connections for the web interface.
Camelot
Jr. Member
Jr. Member
Posts: 64
Joined: August 18th, 2008, 6:23 am

Re: cannot access sabnzbd from corporate network

Post by Camelot »

out of curiosity; why is it not possible to support SSL connections?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: cannot access sabnzbd from corporate network

Post by shypike »

Two problems:
We need to use a new web-frame library, which is a lot of work.
SSL is always a problem, because you need an official or self-signed SSL certificate.
So we will have to provide tools for that too.
Self-signed certificates are not easy to use (look at how Firefox 3 treats them).

We prefer to concentrate on the core functionality of SABnzbd.
(plus of course we would need to answer endless questions on the subject of SSL).
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: cannot access sabnzbd from corporate network

Post by jcfp »

For those that really want/need https, there's always the solution of using something like stunnel to secure the connection to the web interface. Not exactly newbie stuff though, and it doesn't get around the inconvenience of using a self signed cerficate, but at least the application being secured doesn't have to know or support any ssl stuff itself, and the thing is available for both linux/unix and windoze.
Post Reply