No communication with other account xmpp

Hi all

When try to add one account of other sever not do the request in my server, i have this log:

2016-09-21 17:26:50.616 [info] <0.1117.0>@ejabberd_s2s_out:wait_for_validation:454 wait for validation: im.secaas.mx -> dukgo.com (xmlstreamend)

im.secaas.mx is my server and dukgo.com is the external server

What i have to config to communication with any other xmpp server?

I have this conf for s2s:

port: 5269
ip: "::"
module: ejabberd_s2s_in
max_stanza_size: 131072
shaper: s2s_shaper

Thanks

Hi, your config seems

Hi, your config seems acceptable.

From my account at jabberes.org (which also uses ejabberd) I can connect correctly to your im.secaas.mx server (which I can see uses ejabberd). I can also connect correctly to dukgo.com (thich I see it uses Prosody).

Maybe your problem connecting to some servers like dukgo.com is that they require some s2s encryption, but you don't have it enabled. To try that, enable starttls in s2s by adding these options to your configuration file:

s2s_use_starttls: optional
s2s_certfile: "/somewhere/ejabberd/server.pem"
Syndicate content