Summary
I updated to the latest mattermost (3.10.0). I want to use my Apache 2 (2.22.2) with my own SSL certificates. I use this Apache2 with SSL configuration from your documentation without the “Require all granted” lines, because they are for Apache 2.4.
Because I can’t update to Apache 2.4, I had to setup the proxy_wstunnel manually.
All requests in Mattermost are answered properly, but ‘https://mm.analyse-konzepte.de/api/v3/users/websocket’ gets a 301 to the location: “/ws:/127.0.0.1:8065/api/v3/users/websocket”. When I enter the URL ‘mm.analyse-konzepte.de/api/v3/users/websocket’ in my browser, it takes me to: mm.analyse-konzepte.de/ws:/127.0.0.1:8065/api/v3/users/websocket and obviously i get an error.
Expected behavior
I would expect, that https://mm.analyse-konzepte.de/api/v3/users/websocket forwards internally to 127.0.0.1:8065.