ejabberd - Comments for "How to enable TLS/ SSL support to ejabberd server" https://www.ejabberd.im/node/2813 en Thanks Dude We have changed https://www.ejabberd.im/node/2813#comment-51737 <p>Thanks Dude</p> <p>We have changed ejabberd.cfg as like you mentioned above.<br /> That ejabberd server is enabling startTLS at port 5222.</p> Tue, 05 Feb 2008 05:29:37 +0000 svanga comment 51737 at https://www.ejabberd.im Example config https://www.ejabberd.im/node/2813#comment-51721 <div class="quote-msg"><div class="quote-author"><em>svanga</em> wrote:</div>Can any one help me about how to enable TLS/SSL support to ejabbard server.</div> This example configuration supports: <ul> <li>plain connections (not encrypted) in port 5222 </li><li>encryption with STARTTLS in port 5222 </li><li>encryption with the old SSL method in the port 5223 </li></ul> <pre> {listen, [ {5222, ejabberd_c2s, [ <b>{certfile, "/path/to/ssl.pem"}, starttls,</b> {access, c2s}, {shaper, c2s_shaper}, {max_stanza_size, 65536} ]}, {5223, ejabberd_c2s, [ <b>{certfile, "/path/to/ssl.pem"}, tls,</b> {access, c2s}, {shaper, c2s_shaper}, {max_stanza_size, 65536} ]}, {5269, ejabberd_s2s_in, [ {shaper, s2s_shaper}, {max_stanza_size, 131072} ]}, {5280, ejabberd_http, [ http_poll, web_admin ]} ]}.</pre> If something goes wrong in your server, check the ejabberd log files ejabberd.log and sasl.log, because maybe the report some error message at startup or when a client tries to connect. Fri, 01 Feb 2008 12:26:56 +0000 mfoss comment 51721 at https://www.ejabberd.im pls help me out. https://www.ejabberd.im/node/2813#comment-51709 <p>Hi All,<br /> I am also looking for..how to enable TLS/SSL support from ejabberd<br /> Pls...help me out.........<br /> Thanks,<br /> Siva.</p> Wed, 30 Jan 2008 13:34:48 +0000 Anonymous comment 51709 at https://www.ejabberd.im