relayd TLS handshake failure

2024-08-21 Thread David McMackins II
Hello. I'm trying to set up a gemini server using vger and following the instructions in its git repo: https://tildegit.org/solene/vger However, the TLS handshake with relayd is failing as follows: rsae_send_imsg: privenc poll timeout, keyop #0 relay gemini, session 1 (1 active), 0, 192.168.1.1

Re: relayd TLS handshake failure

2024-08-21 Thread David McMackins II
00, Kirill A.Korinsky wrote: > On Wed, 21 Aug 2024 14:32:34 +0200, > David McMackins II wrote: > > > > rsae_send_imsg: privenc poll timeout, keyop #0 > > relay gemini, session 1 (1 active), 0, 192.168.1.1 -> :11965, TLS > > handshake error: handshake failed: error:1402D438:

Re: relayd TLS handshake failure

2024-08-22 Thread David McMackins II
Mackins II www.mcmackins.org On Wed, 2024-08-21 at 16:42 +, Lucas Gabriel Vuotto wrote: > On Wed, Aug 21, 2024 at 07:32:34AM GMT, David McMackins II wrote: > > Hello. > > > > I'm trying to set up a gemini server using vger and following the > > instructions in its

Re: relayd TLS handshake failure

2024-08-22 Thread David McMackins II
encrypt > } > > And I also created the symlink for the certificate > /etc/ssl/.crt -> .pem > > I don't have any problems with this setup. > > Best regards, > Sven > > On 8/21/24 15:25, David McMackins II wrote: > > Thanks. I should have mentioned I did already try adding the "tls > > tlsv1" directive in the gemini protocol section and it yielded the > > same > > result, so I removed it before opening this thread. > > > >

Re: relayd TLS handshake failure

2024-08-28 Thread David McMackins II
Another update on this issue: httpd is perfectly capable of negotiating a TLS handshake with my keypair. The error only happens in relayd. -- Regards, David E. McMackins II www.mcmackins.org On Thu, 2024-08-22 at 07:20 -0500, David McMackins II wrote: > Thanks for the tips. No mention