Configure install to use wss:// instead of ws:// for websockets

xpost from mattermost websocket fails over ws:// due to proxy/firewall - is there a configuration for using wss:// (#985) · Issues · GitLab.org / omnibus-gitlab · GitLab

Installed mattermost through the gitlab omnibus. Is there a configuration setting to use secure websockets (wss) instead of a normal websocket (ws).

Thanks in advance.
Henry

It should automatically connect with wss if https is detected.

https://github.com/mattermost/platform/blob/master/web/react/stores/socket_store.jsx#L48

1 Like