On 2021/03/03 10:08, an...@disroot.org wrote:
> Sorry. Here it is:
> 
> table <bitlbee> { 127.0.0.1 }
> 
> protocol ircfilter {
>     tls keypair "localhost"
> }
> 
> relay relay4 {
>     listen on 127.0.0.1 port 6697 tls 
>     protocol ircfilter
>     forward to <bitlbee> port 6667 
> }
> 
> relay relay6 {
>     listen on ::1 port 6697 tls
>     protocol ircfilter 
>     forward to <bitlbee> port 6667
> }
> 

I can't replicate the failure with this config with a cert in
/etc/ssl/localhost.crt and a key in /etc/ssl/private/localhost.key.
(I don't have anything handy on 6667 but I pointed it at another
plaintext service and checked that it worked and I could connect ok).

I suggest "ktrace -i relayd -vvvd" and "kdump > kdump.out" and
look toward the end of that file to see what it's trying to open that
it fails on.

Reply via email to