Does anyone know how to set up TLS for ejabberd? I am also using Exodus and Smack 2.2.1, and have solved the Erlang R11/R10 problem if this helps anyone. Is there some change I need to make to the ejabberd.cfg file?
Thanks,
Valerie
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Does anyone know how to set up TLS for ejabberd? I am also using Exodus and Smack 2.2.1, and have solved the Erlang R11/R10 problem if this helps anyone. Is there some change I need to make to the ejabberd.cfg file?
Thanks,
Valerie
Yes, you need to look at the
Yes, you need to look at the documentation inside the config file :-) I think you also can do this from within the web interface (by looking at the config file). But you need to restart ejabberd AFAIR.
--
sander
Re: Yes, you need to look at the
Yes, you need to look at the documentation inside the config file :-) I think you also can do this from within the web interface (by looking at the config file). But you need to restart ejabberd AFAIR.
--
sander
That makes sense, but I don't know what changes would need to be made. Is there some documentation on how to code the config file, because I can't tell by just looking at it, and I don't understand what I need to do even after reading the Ejabberd 1.1.1 Installation and Operation Guidehttp://www.process-one.net/en/projects/ejabberd/docs/guide_en.html
Any further guidance?
The override options here
Theoverride options here might be interesting for you. To enable TLS on client to server connections (port 5222), you can take a look at the starttls and starttls_required options . In the guide there is no example with these options (yet), but you can find a good example in your ejabberd.cfg.
--
sander