IPHONE IOS Not connect

Good night friends,

I have rocket.chat installed

I tried to connect via IPHONE ios 12.1

does not connect in any way says server not found

both in HTTPS and HTTP

detail; SSL certificate is already installed OK

Can someone help me

Is your server URL available to try and take a look?

yes: chat.plugnetonline.com.br

https://chat.plugnetonline.com.br ou http://chat.plugnetonline.com.br:3000

The problem is that your server do not support WebSockets, and it’s required from the mobile apps to support it.

curl -i -N -H "Connection: Upgrade" -H "Upgrade: websocket" -H "Host: chat.plugnetonline.com.br" -H "Origin: chat.plugnetonline.com.br" -H "Sec-WebSocket-Key: fVXESE8fjBMx8HheW0YlZQ==" -H "Sec-WebSocket-Version: 13" https://chat.plugnetonline.com.br/websocket
HTTP/1.1 400 Bad Request
Server: nginx/1.10.3 (Ubuntu)
Date: Mon, 05 Nov 2018 11:35:18 GMT
Transfer-Encoding: chunked
Connection: keep-alive

Not a valid websocket request

Would you help me? How about updating? If you can help me, I have access to skype if you can help me thank you too, my friend.

skype: jhonnymarronei
If you have skype, add us to exchange ideas.

Hey all! Same problem here with websocket. What’s strange is that I have a first Rocket.chat instance running on a debian (arm64, raspberry pi 3) and no problem with websocket. Both computer and mobile apps are working fine. I am trying to install a second one on another pi, but I cannot get rid of this websocket problem. I must say that I use the reverse proxy of my synology NAS (nginx) to redirect to the correct IP using a dedicated domain name for each. Also, I secured the connexion with let’s encrypt ssl certificate on the synology. This works like a charm for the first Rocket.Chat instance. Any idea?