Luke Albers wrote:
>
> I am trying to connect to my school's usenet server, which uses SSL. I
> use Pan as my newsreader in X. Slrn works fine in text mode, but I would
> like to be able to use Pan.
>
> I have added the following to /etc/stunnel/stunnel.conf
>
> [NNTP]
> protocol = nntp
> transparent = yes
> accept = 127.0.0.1:119
> connect = news.gatech.edu:119
^^^
Usually NNTP over SSL does'nt use the 119 but the 563 port. From the
/etc/services file:
nntp 119/tcp readnews untp # USENET News Transfer Protocol
nntp 119/udp readnews untp # USENET News Transfer Protocol
nntps 563/tcp # NNTP over SSL
nntps 563/udp # NNTP over SSL
Also make sure that you're running stunnel in client mode.
--
Regards,
Carles Arjona
(E-Mail Removed) ( nospammer IS my real username ).