Re: slrn, run-time error by ssl connection

Sven Guckes <[email protected]> Wed, 28 Jul 2021 01:29:02 +0200
Newsgroups gmane.network.slrn.user
Message-ID <[email protected]>
* Kees de Koster <[email protected]> [2021-07-27 21:07]:
> Hello, slrn aborts lately when starting. Did take me a
> moment before I figured out what the problem was. The
> problem is trying to use a ssl connection to the news
> server. It worked flawless[ly], until some files are
> upgraded on my Debian Buster system. When I change to settings,
> in slrnrc, to the same server without ssl, it work[s] again.

"some files are upgraded".. which?

> <output>
> user@hostname:~$ slrn
> slrn 1.0.3
>
> Loading /usr/share/slrn/slang/slrn.sl
> Reading startup file /etc/news/slrn.rc.
> Reading startup file /home/user/.slrnrc.
> Loading /home/user/.slrn/macros/onekey-score.sl
> Loading /home/user/.slrn/macros/sort-headers.sl
> Loading /home/user/.slrn/macros/my-macro.sl
> Using newsrc file /home/user/.slrn/newsrc/nntp.aioe.org for server snews://
> nntp.aioe.org:563.
> Connecting to host nntp.aioe.org ...
> Failed to initialize server
> Run-Time Error
> Reason:
> slrn fatal error:
> Failed to initialize server.
>
> user@hostname:~$
> </output>

let's check port 119 on nntp.aioe.org:

  guckes@kudu:~> telnet nntp.aioe.org 119
  Trying 46.165.242.75...
  Connected to nntp.aioe.org.
  Escape character is '^]'.
  200 nntp.aioe.org InterNetNews NNRP server INN 2.6.1 ready (posting ok)
  QUIT
  205 Bye!
  Connection closed by foreign host.

checking port 563 on nntp.aioe.org:

  guckes@kudu:~> telnet nntp.aioe.org 563
  Trying 46.165.242.75...
  Connected to nntp.aioe.org.
  Escape character is '^]'.
  QUIT
  400 Encrypted TLS connection failed
  Connection closed by foreign host.

well, i am missing all those commands...
can anyone supply them for us so we can see
whether the server does serve on TLS?  thanks!

> starting with the debug option,
>
> <output>
> $ cat debug.txt
> !Connecting to server...
> !Disconnecting from server.
> Failed to initialize server
> Run-Time Error
> Reason:
> !Server connect failed.
> </output>

what's in debug.txt? o_O

can anyone else connect is slrn to nntp.aioe.org?

Sven