Re: help: proxy to https is working websockets is not!

2022-02-16 Thread Francis Daly
On Tue, Feb 15, 2022 at 08:56:18PM -0500, mevan wrote: Hi there, > WebSocket connection to 'wss://erx.asdf.com/ws/stats' failed: > edge.min.js:3210 > > How can I get this last part working? Does the description at https://nginx.org/en/docs/http/websocket.html or https://www.nginx.com/blog/

help: proxy to https is working websockets is not!

2022-02-15 Thread mevan
I have the following configuration working. I am able to login to the application and most of it works. However there are certain elements which function as websockets. I see this message in the browser devtools: WebSocket connection to 'wss://erx.asdf.com/ws/stats' failed: edge.min.js:3210 Ho