Summary
Websocket connection are not connecting, so new posts don't show up unless I reload the page.
Steps to reproduce
Enabling SSL on nginx causes this problem
Expected behavior
When I enable SSL for nginx... websocket connections are not getting upgraded to wss. I get this error: was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://mattermost1.nyc.deshaw.com/api/v3/users/websocket'. This request has been blocked; this endpoint must be available over WSS.
I follow configuration steps in the RHEL7 setup doc, but I can't seem to get it to work...