Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wobserver as a Plug behind proxy #51

Open
iboard opened this issue Jun 28, 2018 · 0 comments
Open

Wobserver as a Plug behind proxy #51

iboard opened this issue Jun 28, 2018 · 0 comments

Comments

@iboard
Copy link

iboard commented Jun 28, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant