On Thu, Feb 13, 2014 at 4:35 PM, <info@vintageelectronics.ca> wrote:
Corey:

listen=tls:127.0.0.1:5066

Make sure in your config that 127.0.0.1 is replaced by your real IP address,
or 0.0.0.0, otherwise it will only listen on the local host and won't be
open over the network.
 
port=5066

This is unnecessary.
 
tls.cfg is the same as installed from rpm. I did not change anything in it. Only defined WITH_TLS.

Make sure you have a valid key and certificate file.

Have you tried starting up with debug=4? The debug messages are usually
pretty good at pointing toward the problem.

Corey