Hello,
Data transfer between two Conversations app's (version 1.23.3) is too slow, the communication is unencrypted.
I own an ejabberd 17.11 server by ProcessOne (virtual private server).
/opt/ejabberd/conf/ejabberd.yml :
-
port: 5444
ip: "173.255.229.91"
module: ejabberd_http
request_handlers:
"": mod_http_upload
tls: true
certfile: "/opt/ejabberd/conf/server.pem"
shaper:
normal: 1000000
fast: 1000000
c2s_shaper:
- none: admin
- fast
The ports 5222/tcp and 5444/tcp are opened in firewall.
How to solve this issue, please ?
P..S.: see my IM Observatory client report for cvm.eti.br (
My Wi-Fi test:
My Wi-Fi test:http://www.speedtest.net/my-result/6904566143
Solved it.
Solved it.
You should post your
You should post your solution...
Hello, It was
Hello,
It was misconfiguration, HTTP Upload was not enabled.
Besides this, after a successfully HTTP Upload configuration and test, the data transfer remains too slow.