MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/local/ssl/share/doc/slrn-0.9.8.1pl1/README.SSL
SLRN may be used to access a secure server using SSL.  To do this, SSL
support must be enabled.

Compiling SLRN with SSL support
-------------------------------

To build slrn with SSL support, you must first obtain and install the
OpenSSL library from http://www.openssl.org.  Beware that some
countries may have import/export regulations concerning such software.
If you get arrested, do not call me!  Just as important, do not
contact me if you have trouble compiling OpenSSL --- I have nothing to
do with the development of OpenSSL.

After installing OpenSSL, configure slrn for SSL support, e.g.,

   ./configure --with-ssl

By default, OpenSSL will install itself in /usr/local/ssl.  If you
install it elsewhere, e.g., $HOME/ssl, then use:

   ./configure --with-ssl=$HOME/ssl

After compiling it, `slrn --version' should indicate SSL support.


Using SLRN with secure servers
------------------------------

As far as slrn is concerned, only those servers whose names are
prefixed with "snews://" are secure and require SSL.  So,
to access a secure server such as netscape's secnews.netscape.com,
simply prefix the NNTP host name with "snews://".  For instance, 

   slrn -h snews://secnews.netscape.com --create

In your .slrnrc file, you may want to add a line such as:

   server "snews://secnews.netscape.com" ".newsrc-netscape"

to indicate that the file ".newsrc-netscape" should be used for this
server.

That's it!