Page 1 of 1

NNTPS support?

Posted: Sat Aug 23, 2003 6:17 pm
by tb5174
Does/will NewsPro support NNTPS (snews)?

Posted: Sun Aug 24, 2003 1:53 am
by alex
you can use stunnel to achieve that.

snews (SSL) has some overhead (in every SSL packet there is hash checksum - at least 16 bytes plus more data, also handshake - estabilishing connections may be relatively slow and create a load on the server processor), maybe it is the reason as a rule SSL is not supported by news providers.

in principle it is simple to add, newsfeeds is currently using SSH.

Posted: Sun Aug 24, 2003 1:36 pm
by tb5174
Thanks for the response. I'll use stunnel.

Tom