-
-
Notifications
You must be signed in to change notification settings - Fork 138
Connection error against a localhost ejabberd #788
Hi all 👋
I'm trying out XMPP again (afger many decades) and I have a localhost ejabberd server running like so:
$ docker run -i -t--name ejabberd -p 5222:5222 ejabberd/ecs
I've downloaded the Monal beta for macOS but I am unable to connect to the server.
The error is ratheropaquee and vauge, all I see on the server-side is:
2022年03月05日 01:18:28.035151+00:00 [info] (<0.891.0>) Accepted connection [::ffff:172.17.0.1]:58586 -> [::ffff:172.17.0.2]:5222
See attached screenshots.
All reactions
I guess your local server does not have a valid TLS certificate.
See https://github.com/monal-im/Monal/wiki/FAQ---Frequently-Asked-Questions#why-doesnt-monal-allow-self-signed-or-expired-certificates
Replies: 1 comment 4 replies
I guess your local server does not have a valid TLS certificate.
See https://github.com/monal-im/Monal/wiki/FAQ---Frequently-Asked-Questions#why-doesnt-monal-allow-self-signed-or-expired-certificates
All reactions
If this is the case, why doesn't the error tell me this? Can we not state that there was a "Certificate error" and provide the user an option to do something about it? Either accept it anyway for example?
All reactions
Sorry I don't understand your response.
All reactions
No, we don't support self-signed or expired certificates. And we don't want to in the future. We are open for PRs improving our error messages / error handling.
All reactions
-
😕 1