Hello Julien :)<br><br>speaking about SSL, how can turn on nnrpd with -S and -p 563 when using a distribution rpm (CentOS5.1) with /etc/init.d/innd script (which seems to calls rc.news script).<br>Is there a way to configure it through config files in /etc , or need to change something for nnrpd, i have check init.d scripts and they do not contain any mentioning about nnrpd.<br>
<br>Thanks!<br><br>David.<br><br><div class="gmail_quote">On Wed, Feb 27, 2008 at 11:45 AM, Julien ÉLIE <<a href="mailto:julien@trigofacile.com">julien@trigofacile.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Richard,<br>
<div class="Ih2E3d"><br>
>      I want to use SSL encryption in INN, what's the best way to implement it?<br>
>     Does it can set user1 use SSL encryption,user2 do not use?because of different service level.<br>
<br>
</div>If you speak about readers (that is to say nnrpd), there is a TLS implementation.<br>
Just bind nnrpd to the NNTP/SSL port with something like:<br>
<br>
    su news -c '/usr/local/news/bin/nnrpd -D -c /usr/local/news/etc/readers-ssl.conf -p 563 -S'<br>
<br>
<br>
However, if you want to encrypt a feed between two news servers (with innd),<br>
you will have to use a stunnel or anything else you want in order to have<br>
a SSL or SSH tunnel between your two servers.<br>
<font color="#888888"><br>
--<br>
Julien ÉLIE<br>
<br>
« Qui prête à rire n'est jamais sûr d'être remboursé. » (Raymond Devos)<br>
<br>
<br>
</font></blockquote></div><br>