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 using wobserver in a Phoenix-Application (configured as plug).
Locally everything works just fine but when I run the application on the production server, I have the following problem:
App is running on port 4000
NGINX-Proxy listens on https://...., signs the communication and uses proxy_pass localhost:4000 to hit the application.
Wobserver starts fine at https://..../metrics but then can't connect the websocket because it is still a ws instead of wss transport.
It seems there is no way yet to configure wss, right?
The text was updated successfully, but these errors were encountered:
I'm using wobserver in a Phoenix-Application (configured as plug).
Locally everything works just fine but when I run the application on the production server, I have the following problem:
proxy_pass localhost:4000
to hit the application.https://..../metrics
but then can't connect the websocket because it is still aws
instead ofwss
transport.It seems there is no way yet to configure
wss
, right?The text was updated successfully, but these errors were encountered: