[trunk] port 119 not added automatically when adding a server

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
User avatar
sander
Release Testers
Release Testers
Posts: 9143
Joined: January 22nd, 2008, 2:22 pm

[trunk] port 119 not added automatically when adding a server

Post by sander »

Disclaimer: I don't whether discussing trunk version is allowed here. Anyway:

I downloaded trunk, and it's behaving different than 0.4.5: when adding a server, the port number 119 is not automagically added. I would say this is annoying / error prone ...


Oh ... and it looks like the password to the nntp password is not remembered, but that could be caused by Firefox...
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [trunk] port 119 not added automatically when adding a server

Post by shypike »

Fixed.
Thanks for the tip.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: [trunk] port 119 not added automatically when adding a server

Post by switch »

Also just made it use 563 as the default port if SSL is checked.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [trunk] port 119 not added automatically when adding a server

Post by shypike »

Why 563?
443 is just as popular for SSL.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: [trunk] port 119 not added automatically when adding a server

Post by switch »

It is safer to presume 563, I'm pretty sure its more widly accepted than 443.
User avatar
sander
Release Testers
Release Testers
Posts: 9143
Joined: January 22nd, 2008, 2:22 pm

Re: [trunk] port 119 not added automatically when adding a server

Post by sander »

switch wrote: It is safer to presume 563, I'm pretty sure its more widly accepted than 443.
I think port 563 is indeed (more) standard for nntps than port 443 (which is https). Port 443 is probably used (not meant) on corporate, proxied networks to circumvent corporate policies.

sander@ubuntu810-on-athlon64:~$ grep -i nntps /etc/services
nntps          563/tcp        snntp          # NNTP over SSL
nntps          563/udp        snntp

sander@ubuntu810-on-athlon64:~$ grep 443 /etc/services
https          443/tcp                        # http protocol over TLS/SSL
https          443/udp
sander@ubuntu810-on-athlon64:~$
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply