I am able to install and use ejabberd on FreeBSD 6.3 but only if I configure it without SSL support.
When I compile it, I get this:
/usr/local/bin/erlc -W ejabberd_listener.erl
./ejabberd_listener.erl:139: Warning: ssl:accept/2: deprecated; use ssl:transport_accept/1,2 or ssl:ssl_accept/1,2
/usr/local/bin/erlc -W ejabberd_local.erl
I suspect there is a way to get it to compile correctly, but I need some help.
thanks
partial success with SSL
I compiled ejabberd 1.1.4 again after reinstalling openssl and I have legacy SSL working. I will try to get TLS working too.
question answered
Someone informed me that there is a known problem with TLS in ejabberd, so I know it is not a problem with my system.