ejabberd - Comments for "Invalid dialback to jabber.org" https://www.ejabberd.im/node/20628 en Ok, fixed it! Back in May, https://www.ejabberd.im/node/20628#comment-64545 <p>Ok, fixed it!</p> <p>Back in May, jabber.org started <noindex><a href="http://www.jabber.org/security.htm" rel="nofollow" >disallowing non tls-ed connections</a></noindex>. Turns out my server was not quite set up correctly to do tls.</p> <p>I set in /etc/ejabberd/ejabberd.yml</p> <div class="codeblock"><code>s2s_use_starttls: true<br />s2s_certfile: &quot;&lt;path to cert file&gt;&quot;</code></div> <p>and things were on their way. The value of "true" is not a valid value according to the comments in the config file, but it seems to have the effect of connecting with tls when possible and falling back to unencrypted when not.</p> Sat, 02 Aug 2014 17:24:42 +0000 yourealwaysbe comment 64545 at https://www.ejabberd.im