ejabberd - Comments for "mod_http_bind through https" https://www.ejabberd.im/node/4437 en Hi I had similar issue and i https://www.ejabberd.im/node/4437#comment-61698 <p>Hi</p> <p>I had similar issue and i followed what you said here. but i didn't worked but i am able to see the admin page in https. </p> <p>Can you please tell me what changes i have to do to work it in https?</p> Thu, 24 Oct 2013 12:17:27 +0000 sownavinod comment 61698 at https://www.ejabberd.im xcu wrote: Is there anyway to https://www.ejabberd.im/node/4437#comment-56878 <div class="quote-msg"> <div class="quote-author"><em>xcu</em> wrote:</div> <p>Is there anyway to set up mod_http_bind to work in https?</p></div> <p>Add the options tls and certfile to your HTTP listener, for example:</p> <pre> {listen, [ {5280, ejabberd_http, [ {certfile, "/etc/ejabberd/example.com.pem"}, tls, ... http_bind ]}, ... ]}. </pre> Wed, 15 Dec 2010 09:32:11 +0000 mfoss comment 56878 at https://www.ejabberd.im