Hi
I installed ejabberd 13.10. I created ssl certs and defined them in the config. I tested with couple users. Now I want to make sure that ssl really works, it is easy to test with websites but I have no way of confirming it with ejabber.
What is the best way to test it out? I am and my accounts use jitsi for the end client
thanks
In ejabberd_c2s listener,
In ejabberd_c2s listener, instead of tls or starttls, use this option: starttls_required.
Install some clients, and configure them to use encryption (usually that's enabled by default). Try to login, and then attempt to discover services or join a room. If you can do all this, then that client is connected with encryption.
In the clients, disable encryption, and attempt to login. It should fail.