Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Over the shoulder supervision is more a need of the manager than the programming task.


computers / news.software.nntp / Advice sought for inn2 and ssl/tls difficulties

SubjectAuthor
* Advice sought for inn2 and ssl/tls difficultiesvga256
+* Re: Advice sought for inn2 and ssl/tls difficultiesSyber Shock
|`- Re: Advice sought for inn2 and ssl/tls difficultiesvga256
+* Re: Advice sought for inn2 and ssl/tls difficultiesJulien ÉLIE
|`* Re: Advice sought for inn2 and ssl/tls difficultiesvga256
| `- Re: Advice sought for inn2 and ssl/tls difficultiesJulien ÉLIE
+* Re: Advice sought for inn2 and ssl/tls difficultiesRichard Kettlewell
|`* Re: Advice sought for inn2 and ssl/tls difficultiesJulien ÉLIE
| `- Re: Advice sought for inn2 and ssl/tls difficultiesRichard Kettlewell
`- Re: Advice sought for inn2 and ssl/tls difficultiesvga256

1
Advice sought for inn2 and ssl/tls difficulties

<u7kpnk$28j89$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1803&group=news.software.nntp#1803

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vga@vga256.com (vga256)
Newsgroups: news.software.nntp
Subject: Advice sought for inn2 and ssl/tls difficulties
Date: Thu, 29 Jun 2023 14:31:46 -0600
Organization: A noiseless patient Spider
Lines: 59
Message-ID: <u7kpnk$28j89$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="c23c651da6298c5f29add7a77fc6cfb2";
logging-data="2379017"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18w7HT6ozCEONdseANYAyst"
User-Agent: Unison/2.2
Cancel-Lock: sha1:F+6YeBEFp2hGbAYMXfH0s/U5D6s=
 by: vga256 - Thu, 29 Jun 2023 20:31 UTC

After graciously getting some help from Steve Gibson over at
news.grc.com, I finally have inn2 running on macOS. All functions,
including user auth, work on port 119. It has been ./configured with
the following options:

--with-perl --with-openssl=/usr/local/opt/openssl --with-sqlite3
--with-canlock --prefix=/Users/news --with-news-user=news
--with-news-group=nntp --with-news-master=newsmaster

I had to force the openssl location as it detects macOS's built-in
libressl which has no headers available in the operating system. I have
both openssl@1.1.1 and openssl@3.x installed.

The trouble began when I followed the instructions and ran nnrpd with:
../bin/nnrpd -D -c ./etc/readers.conf -p 563 -S

Then, openssl s_client -connect news.dialup.cafe:563 to test the
connection. It connects properly with SSL/TLS and allows me to send
authinfo user/authinfo pass commands.

Relevant inn.conf settings:
#tlscafile:
tlscapath: /Users/news/etc/certs
tlscertfile: /Users/news/etc/certs/fullchain.pem
tlskeyfile: /Users/news/etc/certs/privkey.pem
#tlsciphers:
#tlsciphers13:
tlscompression: false
#tlseccurve:
tlspreferserverciphers: true
tlsprotocols: [ TLSv1.2 TLSv1.3 ]

fullchain and privkey.pem were generated by certbot, and then copied
over manually to the /Users/news/etc/certs folder, as the "news"
account does not have permission to access /etc/letsencrypt/live/
The certs files have the proper permissions settings, following the
recommendations from the install guide.

And yet, when I try to connect using a newsreader like Unison or
Thunderbird, it just hangs on connecting. No errors are generated by
the client (that I've seen). The only error report I see on the server
from macOS console is:

default 14:28:07.841314 -0600 nnrpd 192.168.1.74 (192.168.1.74) connect
- port 563
default 14:28:28.004603 -0600 nnrpd 192.168.1.74 failure to negotiate
TLS session

There are no visible errors recorded to /news/logs/.

I've tested the server's SSL/TLS configuration on port 563 using
testssl.sh (https://testssl.sh/) and it comes back with a 97% (A+)
rating.

Can anyone take a guess at what might be going on here?

Thank you for your time - this has been three days of pulling my hair out! :)
vga256

Re: Advice sought for inn2 and ssl/tls difficulties

<65499a6f50b6f4a7dac32c6553f8b306$1@sybershock.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1804&group=news.software.nntp#1804

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!rocksolid2!.POSTED!not-for-mail
From: admin@sybershock.com (Syber Shock)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Thu, 29 Jun 2023 16:33:28 -0500
Organization: sybershock.com
Message-ID: <65499a6f50b6f4a7dac32c6553f8b306$1@sybershock.com>
References: <u7kpnk$28j89$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: novabbs.org;
logging-data="4002698"; mail-complaints-to="usenet@novabbs.org";
posting-account="TzG3Hl99Aa0Fgb506WreKRgRTO2mG9+aGjVDifyfNqo";
 by: Syber Shock - Thu, 29 Jun 2023 21:33 UTC

On Thu, 29 Jun 2023 14:31:46 -0600
vga256 <vga@vga256.com> wrote:

<snip>

> Can anyone take a guess at what might be going on here?
>
> Thank you for your time - this has been three days of pulling my hair
> out! :) vga256

My advice: wipe MacOS and install Debian stable. Then run:

$> apt-get install inn2 openssl

After you install inn2 on debian stable you will need to manually
restart inn2 to recover from a installation error then it will run
fine. Then you can do all the normal config as found in the online
directions and it should all work.

I ditched inn2 and I switched to RocksolidLight:

https://github.com/novabbs/rocksolid-light

I have zero regrets after making the switch.

Demo site (code maintainer): https://novabbs.org/rocksolid/index.php

Retro Guy also has a nice dark retro theme included in the distribution.

Demo site (testing project): https://sybershock.com/forum

If you had fiddled around for 3 days with RocksolidLight, you'd likely
be an expert in its internals. It is laid out rather simple and easy to
hack since it is php. I still could kick myself for not having tried it
sooner.

You can get help with RocksolidLight here:

https://novabbs.org/rocksolid/thread.php?group=rocksolid.nodes.help

--
SugarBug | https://sybershock.com

Re: Advice sought for inn2 and ssl/tls difficulties

<u7l00l$2fo66$1@news.trigofacile.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1805&group=news.software.nntp#1805

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.trigofacile.com!.POSTED.176.143-2-105.abo.bbox.fr!not-for-mail
From: iulius@nom-de-mon-site.com.invalid (Julien ÉLIE)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 00:19:01 +0200
Organization: Groupes francophones par TrigoFACILE
Message-ID: <u7l00l$2fo66$1@news.trigofacile.com>
References: <u7kpnk$28j89$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 29 Jun 2023 22:19:01 -0000 (UTC)
Injection-Info: news.trigofacile.com; posting-account="julien"; posting-host="176.143-2-105.abo.bbox.fr:176.143.2.105";
logging-data="2613446"; mail-complaints-to="abuse@trigofacile.com"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Cancel-Lock: sha1:uQqR7k8XuTaUfX9PFzvGWZ6FyvQ= sha256:WJd9Kmx5+Mm2kflIAQADf8fUahC3tvPxxRr/PqreJ5Q=
sha1:ZZ7g4/y04t4Fq6PH/2nVsCBjflM= sha256:sQPxnU7ps85Tz+dPUM/JZjLl4oxumeb1ooz6RLMqWp8=
In-Reply-To: <u7kpnk$28j89$1@dont-email.me>
 by: Julien ÉLIE - Thu, 29 Jun 2023 22:19 UTC

Hi vga256,

> Then, openssl s_client -connect news.dialup.cafe:563 to test the
> connection. It connects properly with SSL/TLS and allows me to send
> authinfo user/authinfo pass commands.

That sounds good then.

> And yet, when I try to connect using a newsreader like Unison or
> Thunderbird, it just hangs on connecting. No errors are generated by the
> client (that I've seen).

Couldn't the problem come from the fact that the server certificate
should be added to your certificate store?
Also, you have to set network.security.ports.banned.override to 563 in
the configuration editor of Thunderbird.

Do you manage to connect to other news servers with your Thunderbird?
(for instance mine at news.trigofacile.com on port 563)

Is your server accessible from the Internet so that we could try to
connect to it?

--
Julien ÉLIE

« Sème du bonheur dans le champ du voisin, tu seras surpris de constater
ce que le vent fera produire au tien. » (Juliette Saint Gelais)

Re: Advice sought for inn2 and ssl/tls difficulties

<u7lp41$2f83l$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1809&group=news.software.nntp#1809

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vga@vga256.com (vga256)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Thu, 29 Jun 2023 23:27:29 -0600
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <u7lp41$2f83l$1@dont-email.me>
References: <u7kpnk$28j89$1@dont-email.me> <u7l00l$2fo66$1@news.trigofacile.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="4fd407c4ca756a41096a843b75232270";
logging-data="2596981"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19MxXeW1s+AOQ14fK0S+xtk"
User-Agent: Unison/2.2
Cancel-Lock: sha1:8x2KbaNJL97glHgeL5YM1wl4uV0=
 by: vga256 - Fri, 30 Jun 2023 05:27 UTC

> Couldn't the problem come from the fact that the server certificate
> should be added to your certificate store?
> Also, you have to set network.security.ports.banned.override to 563 in
> the configuration editor of Thunderbird.
>
> Do you manage to connect to other news servers with your Thunderbird?
> (for instance mine at news.trigofacile.com on port 563)

I've had no problems connecting to any other servers running SSL on
563, including eternal-september and GRC.

> Is your server accessible from the Internet so that we could try to
> connect to it?

Sadly, it is not.

Thanks anyway!
vga

Re: Advice sought for inn2 and ssl/tls difficulties

<u7ltq5$2gofh$1@news.trigofacile.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1812&group=news.software.nntp#1812

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.trigofacile.com!.POSTED.176-143-2-105.abo.bbox.fr!not-for-mail
From: iulius@nom-de-mon-site.com.invalid (Julien ÉLIE)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 08:47:33 +0200
Organization: Groupes francophones par TrigoFACILE
Message-ID: <u7ltq5$2gofh$1@news.trigofacile.com>
References: <u7kpnk$28j89$1@dont-email.me>
<u7l00l$2fo66$1@news.trigofacile.com> <u7lp41$2f83l$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 30 Jun 2023 06:47:34 -0000 (UTC)
Injection-Info: news.trigofacile.com; posting-account="julien"; posting-host="176-143-2-105.abo.bbox.fr:176.143.2.105";
logging-data="2646513"; mail-complaints-to="abuse@trigofacile.com"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Cancel-Lock: sha1:SgPPDqdW10kBeoXDY09zdUKCayY= sha256:QktAyoceDTvmV+yvo4IgWuR3LmHgImJhaabrCYaMPNM=
sha1:iM0bcN5y4v2Cpg6cwBTzg7IjNwo= sha256:YoujQv0KTEl4ERnCE7gXWYHl3eCw5iKa69mlJqCsBQ0=
In-Reply-To: <u7lp41$2f83l$1@dont-email.me>
 by: Julien ÉLIE - Fri, 30 Jun 2023 06:47 UTC

Hi vga256,

>> Do you manage to connect to other news servers with your Thunderbird?
>> (for instance mine at news.trigofacile.com on port 563)
>
> I've had no problems connecting to any other servers running SSL on 563,
> including eternal-september and GRC.

OK.
As you say you have 3 different TLS libraries installed (built-in
libressl, OpenSSL 1.1.1 and OpenSSL 3.x), are you sure they isn't any
conflict at run time? That is to say has INN actually been built with
the headers corresponding to the library that will be used?

Maybe both --with-openssl-include and --with-openssl-lib options should
be used?

--
Julien ÉLIE

« Sème du bonheur dans le champ du voisin, tu seras surpris de constater
ce que le vent fera produire au tien. » (Juliette Saint Gelais)

Re: Advice sought for inn2 and ssl/tls difficulties

<wwvilb5fbuv.fsf@LkoBDZeT.terraraq.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1813&group=news.software.nntp#1813

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!nntp.terraraq.uk!.POSTED.tunnel.sfere.anjou.terraraq.org.uk!not-for-mail
From: invalid@invalid.invalid (Richard Kettlewell)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 12:06:32 +0100
Organization: terraraq NNTP server
Message-ID: <wwvilb5fbuv.fsf@LkoBDZeT.terraraq.uk>
References: <u7kpnk$28j89$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: innmantic.terraraq.uk; posting-host="tunnel.sfere.anjou.terraraq.org.uk:172.17.207.6";
logging-data="95570"; mail-complaints-to="usenet@innmantic.terraraq.uk"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock: sha1:w0iduEmUUqVPC2K6qpgEBxfsnDc=
X-Face: h[Hh-7npe<<b4/eW[]sat,I3O`t8A`(ej.H!F4\8|;ih)`7{@:A~/j1}gTt4e7-n*F?.Rl^
F<\{jehn7.KrO{!7=:(@J~]<.[{>v9!1<qZY,{EJxg6?Er4Y7Ng2\Ft>Z&W?r\c.!4DXH5PWpga"ha
+r0NzP?vnz:e/knOY)PI-
X-Boydie: NO
 by: Richard Kettlewell - Fri, 30 Jun 2023 11:06 UTC

vga256 <vga@vga256.com> writes:
> And yet, when I try to connect using a newsreader like Unison or
> Thunderbird, it just hangs on connecting. No errors are generated by
> the client (that I've seen). The only error report I see on the server
> from macOS console is:
>
> default 14:28:07.841314 -0600 nnrpd 192.168.1.74 (192.168.1.74)
> connect - port 563
> default 14:28:28.004603 -0600 nnrpd 192.168.1.74 failure to
> negotiate TLS session
>
> There are no visible errors recorded to /news/logs/.
>
> I've tested the server's SSL/TLS configuration on port 563 using
> testssl.sh (https://testssl.sh/) and it comes back with a 97% (A+)
> rating.
>
> Can anyone take a guess at what might be going on here?

You need better logs. My current best guess for getting them is that you
could recompile nnrpd with tls_loglevel (see nnrpd/tls.c) set to a
higher value - while I’ve not tried this it looks like it might cause
OpenSSL’s internal logging to be sent to nnrpd’s log output.

Julien, would it be worth adding an inn.conf setting to let this value
be controlled without recompilation?

--
https://www.greenend.org.uk/rjk/

Re: Advice sought for inn2 and ssl/tls difficulties

<u7mf0p$2gqf2$3@news.trigofacile.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1816&group=news.software.nntp#1816

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.trigofacile.com!.POSTED.san13-h02-176-143-2-105.dsl.sta.abo.bbox.fr!not-for-mail
From: iulius@nom-de-mon-site.com.invalid (Julien ÉLIE)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 13:41:13 +0200
Organization: Groupes francophones par TrigoFACILE
Message-ID: <u7mf0p$2gqf2$3@news.trigofacile.com>
References: <u7kpnk$28j89$1@dont-email.me>
<wwvilb5fbuv.fsf@LkoBDZeT.terraraq.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 30 Jun 2023 11:41:13 -0000 (UTC)
Injection-Info: news.trigofacile.com; posting-account="julien"; posting-host="san13-h02-176-143-2-105.dsl.sta.abo.bbox.fr:176.143.2.105";
logging-data="2648546"; mail-complaints-to="abuse@trigofacile.com"
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Cancel-Lock: sha1:CCcyk5y+NINQmyLKdRN2Ubj4WVE= sha256:0TBOgQ560fntYPFy+7M+VFQxwt3+9PulTX75YdTdPp0=
sha1:d3tns86aar+Drz4QwS2jL2WIoDQ= sha256:bh5mJM9zR1v4hOZmOMGCvjem0pOO/ME9zv8cVWzPMfY=
In-Reply-To: <wwvilb5fbuv.fsf@LkoBDZeT.terraraq.uk>
 by: Julien ÉLIE - Fri, 30 Jun 2023 11:41 UTC

Hi Richard,

> You need better logs. My current best guess for getting them is that you
> could recompile nnrpd with tls_loglevel (see nnrpd/tls.c) set to a
> higher value - while I’ve not tried this it looks like it might cause
> OpenSSL’s internal logging to be sent to nnrpd’s log output.

Yes indeed, and it works fine (I tested it in 2021 when adding support
for OpenSSL 3).

> Julien, would it be worth adding an inn.conf setting to let this value
> be controlled without recompilation?

:-)
I wondered at the time I tested it, and just kept it unconfigurable as I
never heard of someone asking for debugging TLS output.
But yes, it's easily doable if it appears there's a need.
Would a tlsloglevel parameter in inn.conf suit you? (set to 0 by default)

--
Julien ÉLIE

« – J'ai horreur de tirer des chefs sans provisions !
– Et moi, je ne peux pas encaisser les chefs aux porteurs. » (Astérix)

Re: Advice sought for inn2 and ssl/tls difficulties

<wwvv8f52m1h.fsf@LkoBDZeT.terraraq.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1817&group=news.software.nntp#1817

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!nntp.terraraq.uk!.POSTED.tunnel.sfere.anjou.terraraq.org.uk!not-for-mail
From: invalid@invalid.invalid (Richard Kettlewell)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 13:04:58 +0100
Organization: terraraq NNTP server
Message-ID: <wwvv8f52m1h.fsf@LkoBDZeT.terraraq.uk>
References: <u7kpnk$28j89$1@dont-email.me>
<wwvilb5fbuv.fsf@LkoBDZeT.terraraq.uk>
<u7mf0p$2gqf2$3@news.trigofacile.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: innmantic.terraraq.uk; posting-host="tunnel.sfere.anjou.terraraq.org.uk:172.17.207.6";
logging-data="96429"; mail-complaints-to="usenet@innmantic.terraraq.uk"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock: sha1:MQ0o33kBprj34xn+8o0uAP1ZALs=
X-Face: h[Hh-7npe<<b4/eW[]sat,I3O`t8A`(ej.H!F4\8|;ih)`7{@:A~/j1}gTt4e7-n*F?.Rl^
F<\{jehn7.KrO{!7=:(@J~]<.[{>v9!1<qZY,{EJxg6?Er4Y7Ng2\Ft>Z&W?r\c.!4DXH5PWpga"ha
+r0NzP?vnz:e/knOY)PI-
X-Boydie: NO
 by: Richard Kettlewell - Fri, 30 Jun 2023 12:04 UTC

Julien ÉLIE <iulius@nom-de-mon-site.com.invalid> writes:
> Hi Richard,
>> Julien, would it be worth adding an inn.conf setting to let this value
>> be controlled without recompilation?
>
> :-)
> I wondered at the time I tested it, and just kept it unconfigurable as
> I never heard of someone asking for debugging TLS output.
> But yes, it's easily doable if it appears there's a need.
> Would a tlsloglevel parameter in inn.conf suit you? (set to 0 by default)

That seems sensible.

--
https://www.greenend.org.uk/rjk/

Re: Advice sought for inn2 and ssl/tls difficulties

<u7oai2$2r1og$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1826&group=news.software.nntp#1826

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vga@vga256.com (vga256)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 22:37:22 -0600
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <u7oai2$2r1og$1@dont-email.me>
References: <u7kpnk$28j89$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="5fab9e57c743d90e816e0faf1fc0b8ba";
logging-data="2983696"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19khWMURSgtQdodSEza5BS2"
User-Agent: Unison/2.2
Cancel-Lock: sha1:YOz2FrYlbDSxwrZHZEkGZaANoSU=
 by: vga256 - Sat, 1 Jul 2023 04:37 UTC

Although this is extremely embarrassing, I'd just like to post an update:

I found the problem with my SSL/TLS woes: I was using the wrong cert
from my /letsencrypt/live folders D:
I forgot that months ago I set up a new certificate for
news.mydomain.com, and was using the mydomain.com certificate with
inn2, instead of the news.mydomain.com cert.

Thanks all for the advice.

vga.

Re: Advice sought for inn2 and ssl/tls difficulties

<u7oc5n$2r5u1$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1827&group=news.software.nntp#1827

  copy link   Newsgroups: news.software.nntp
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vga@vga256.com (vga256)
Newsgroups: news.software.nntp
Subject: Re: Advice sought for inn2 and ssl/tls difficulties
Date: Fri, 30 Jun 2023 23:04:55 -0600
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <u7oc5n$2r5u1$1@dont-email.me>
References: <u7kpnk$28j89$1@dont-email.me> <65499a6f50b6f4a7dac32c6553f8b306$1@sybershock.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: dont-email.me; posting-host="5fab9e57c743d90e816e0faf1fc0b8ba";
logging-data="2987969"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ck+zUtrtlwwF7P25VsUGu"
User-Agent: Unison/2.2
Cancel-Lock: sha1:XI7N54d7wTKDyKdg+cQEczVml3g=
 by: vga256 - Sat, 1 Jul 2023 05:04 UTC

On 2023-06-29 21:33:28 +0000, Syber Shock said:
> https://github.com/novabbs/rocksolid-light
>
> I have zero regrets after making the switch.
>
> Demo site (code maintainer): https://novabbs.org/rocksolid/index.php
>
> Retro Guy also has a nice dark retro theme included in the distribution.
>
> Demo site (testing project): https://sybershock.com/forum
>
> If you had fiddled around for 3 days with RocksolidLight, you'd likely
> be an expert in its internals. It is laid out rather simple and easy to
> hack since it is php. I still could kick myself for not having tried it
> sooner.
>
> You can get help with RocksolidLight here:
>
> https://novabbs.org/rocksolid/thread.php?group=rocksolid.nodes.help

Great recommend - checked it out and ported the source & installer to
macOS. Looks like it will suit my needs perfectly.

Thanks,
vga.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor