Re: pan nntp via stunnel.

2023-06-10 Thread Dominique Dumont
On Sunday, 28 May 2023 23:44:38 CEST pe...@easthope.ca wrote: > The only email address visible is mine and it's correct. What bad > email address? You can try to run pan with --debug option in a terminal. Pan output will give more details on what's going on when sending the mail. HTH

Re: pan nntp via stunnel.

2023-05-28 Thread peter
From: Jeffrey Walton Date: Fri, 26 May 2023 18:14:11 -0400 > I _think_ you are using Pan in client mode. That is, simply as a reader. Correct. > Stunnel makes the request to the NNTP server using TLS. > So you don't need the server stuff, like a X.509 certificate. Thanks, I deleted pr

Re: pan nntp via stunnel.

2023-05-26 Thread Jeffrey Walton
On Fri, May 26, 2023 at 11:57 AM wrote: > > https://wiki.debian.org/Pan states, > > " ... to generate a RSA Private Key > #openssl genrsa -out priv.pem > > Generate Certificate > #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095" > > No problem. I put the two files in /etc/stunnel

Re: pan nntp via stunnel.

2023-05-26 Thread tomas
On Fri, May 26, 2023 at 02:10:15PM -0400, Dan Ritter wrote: > to...@tuxteam.de wrote: > > On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote: > > > > "combine priv.pem with stunnel.pem" > > > > > > > > What is meant by combine? Is there a syntax to put the private and > > > > public key

Re: pan nntp via stunnel.

2023-05-26 Thread Dan Ritter
to...@tuxteam.de wrote: > On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote: > > > "combine priv.pem with stunnel.pem" > > > > > > What is meant by combine? Is there a syntax to put the private and > > > public keys in one file? > > > > cat priv.pem stunnel.pem > combined.pem > > I t

Re: pan nntp via stunnel.

2023-05-26 Thread tomas
On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote: > pe...@easthope.ca wrote: > > Hi, > > > > https://wiki.debian.org/Pan states, > > > > " ... to generate a RSA Private Key > > #openssl genrsa -out priv.pem > > > > Generate Certificate > > #openssl req -new -x509 -key priv.pem -out st

Re: pan nntp via stunnel.

2023-05-26 Thread Dan Ritter
pe...@easthope.ca wrote: > Hi, > > https://wiki.debian.org/Pan states, > > " ... to generate a RSA Private Key > #openssl genrsa -out priv.pem > > Generate Certificate > #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095" > > No problem. I put the two files in /etc/stunnel/. >

Re: pan nntp via stunnel.

2023-05-26 Thread tomas
On Fri, May 26, 2023 at 08:00:50AM -0700, pe...@easthope.ca wrote: > Hi, > > https://wiki.debian.org/Pan states, > > " ... to generate a RSA Private Key > #openssl genrsa -out priv.pem > > Generate Certificate > #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095" > > No problem.

pan nntp via stunnel.

2023-05-26 Thread peter
Hi, https://wiki.debian.org/Pan states, " ... to generate a RSA Private Key #openssl genrsa -out priv.pem Generate Certificate #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095" No problem. I put the two files in /etc/stunnel/. Then, "combine priv.pem with stunnel.pem" What