processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/ejabberd/
Other
6.11k stars 1.51k forks source link

Timeout xmpp-smack-chat-client while waiting for establishing TLS #3841

Open potenzatk opened 2 years ago

potenzatk commented 2 years ago

Before creating a ticket, please consider if this should fit the discussion forum better: https://github.com/processone/ejabberd/discussions

Environment

Configuration (only if needed): grep -Ev '^$|^\s*#' ejabberd.yml

loglevel: 4
...

Errors from error.log/crash.log

No errors

Bug description

When I try to set up xmpp-smack-chat-client for android. I got the below error

https://www.baeldung.com/xmpp-smack-chat-client

No response received within reply timeout. Timeout was 5000ms (~5s). While waiting for establishing TLS

Please help

licaon-kter commented 2 years ago

Do any other clients work? Conversations or Dino or Siskin?

potenzatk commented 2 years ago

Yes, conversejs is working with web https://conversejs.org/

badlop commented 2 years ago

If other clients work (try desktop clients Gajim and Psi too, or Dino and Siskin as licaon-kter mentioned), and only one client does not work... chances are the problem is in that client, right?