ejabberd - Comments for "How to configure HTTPS in ejabberd 17.09" https://www.ejabberd.im/forum/29889/how-configure-https-ejabberd-1709 en If you have something like https://www.ejabberd.im/forum/29889/how-configure-https-ejabberd-1709#comment-67861 <p>If you have something like this:</p> <pre> listen: - port: 5281 ip: "127.0.0.1" module: ejabberd_http web_admin: true http_bind: true </pre><p>then add the starttls and certfile options, like this:</p> <pre> listen: - port: 5281 ip: "127.0.0.1" module: ejabberd_http web_admin: true http_bind: true tls: true certfile: "/etc/ejabberd/server.pem" </pre><p>See <a href="https://docs.ejabberd.im/admin/configuration/#examples" title="https://docs.ejabberd.im/admin/configuration/#examples">https://docs.ejabberd.im/admin/configuration/#examples</a></p> Wed, 28 Mar 2018 11:14:37 +0000 badlop comment 67861 at https://www.ejabberd.im