XMPP + Unreal - Quick Job for someone. SSL not working

Hi.

My name isand we are working on an Unreal Game that connects to our XMPP (ejabbered) server for real-time chat.

The issue is that with ssl enabled it will not connect.

It connects fine using a normal XMPP client (like pidgin)

If we disabled ssl on ejabbered it will allow an unsecure connection with Unreal.

In ejabbered we see this error:

@ejabberd_receiver:handle_info:194 TLS error = SSL_do_handshake failed: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca

We are using the included XMPP built into Unreal Engine (and we would prefer to use this - we know we can download some other library but most are gpl and we also want to keep the cross platform compatibility).

We are happy to pay 150$ (or whatever currency) if someone cal solve this for us.

We will provide you with a user/pass to log in as an XMPP client from Unreal and can relay any logs back from our server.

we will up the price for this to 150$

You can use this wrapper/plugin

C++ we are using

​​​​​​​FXmppServer XmppServer;
XmppServer.ServerAddr = “chat.XXXX.io”;
XmppServer.Domain = “chat.XXXX.io”;
XmppServer.bUseSSL = true;

this->gameChat->Login(ChatUsername->GetText().ToString(), ChatPassword->GetText().ToString(), XmppServer);

how can contact you?

send me a pm. although already chatting to you.

If someone else knows the issue please contact me.

(we are using letsencrypt and it is configure correctly on the ejabberd server)

I have sent you a message. Check your inbox.