Re: slrn, run-time error by ssl connection
Johan van Selst <[email protected]> Wed, 28 Jul 2021 10:28:43 +0200
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Sven, Kees, Sven Guckes wrote: > guckes@kudu:~> telnet nntp.aioe.org 563 > 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! The server seems fine when connecting directly as well. fowlmouth:~> openssl s_client -connect nntp.aioe.org:nntps CONNECTED(00000003) depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R3 [..] 200 nntp.aioe.org InterNetNews NNRP server INN 2.6.1 ready (posting ok) quit 205 Bye! closed > can anyone else connect is slrn to nntp.aioe.org? Works for me (slrn 1.0.3 on FreeBSD): fowlmouth:~> slrn -h snews://nntp.aioe.org slrn 1.0.3 Loading /usr/local/share/slrn/slang/slrn.sl Reading startup file /home/johans/.slrnrc. Reading startup file /home/johans/.secure/slrn. Using newsrc file /home/johans/.jnewsrc for server snews://nntp.aioe.org. Connecting to host nntp.aioe.org ... Connected to host. Posting ok. Checking for new groups ... Checking news via active file So the server seems fine and I expect there is some issue at the client side. The debug log might help indeed. Best regards, Johan