With IOS app i got this message all the time since 3.3.0 and 3.4.0:
" Please check connection, Mattermost unreachable. If issue persists, ask adminsitrator to check WebSocket port."
From 3.2.0 to 3.3.0
didn’t change anything in config.json or nginx.conf (in conf.d):
server {
listen 80;
server_name sllmatter.se;
return 301 https://$server_name$request_uri;
}
While using https://mm.mydomain.com:5443 at IOS app, websocket error pop.
While change to http, the app shows " We could not connect to the Mattermost server or the server running in an incompatible version".
The SSL cert keys generated by myself (I’m not own a real cert) and persist to use HTTPS for all connections.
same problem here.
I have used self signed SSL certificate(accessing by ip:port) and have WebSocket issue in iPad and iPhone. How can fix it with storing SSL?