You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use express-ws on my application sitting behind a Apache2 reverse proxy but I can't get it to work, I keep getting
WebSocketException: Connection to 'https://blablamyapi.net/ws' was not upgraded to websocket
Thing is everything works properly on local so I suspect that the problem is the reverse proxy on my remote server is not letting the websocket upgrade requests through properly.
I tried a few solution found online for my apache config:
Hi there,
I'm trying to use express-ws on my application sitting behind a Apache2 reverse proxy but I can't get it to work, I keep getting
Thing is everything works properly on local so I suspect that the problem is the reverse proxy on my remote server is not letting the websocket upgrade requests through properly.
I tried a few solution found online for my apache config:
Have anyone manage to do this before? What am I missing here?
The text was updated successfully, but these errors were encountered: