ejabberd - Comments for "Cannot talk to other servers." https://www.ejabberd.im/node/3402 en Experiments you can try https://www.ejabberd.im/node/3402#comment-54035 <p>Check ejabberd.log and sasl.log when ejabberd starts, and also when you try to communicate with other Jabber server. Maybe those files show some useful error message.</p> <p>Try to disable encryption in the server-to-server connections:</p> <pre>{s2s_use_starttls, false}.</pre><p> In a machine out of your local network, try to connect to your Jabber server. In your server machine, try to connect to other Jabver servers. In this example I successfully connect to jabber.org:</p> <pre> $ telnet jabber.org 5269 Trying 208.68.163.220... Connected to jabber.org. Escape character is '^]'. aaaaaaaa &lt;?xml version='1.0'?&gt;&lt;stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:server' xmlns:db='jabber:server:dialback' id='4084551914'&gt; &lt;stream:error&gt;&lt;xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/&gt; &lt;/stream:error&gt;&lt;/stream:stream&gt; Connection closed by foreign host. </pre> Tue, 24 Feb 2009 13:59:11 +0000 mfoss comment 54035 at https://www.ejabberd.im