Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

Nginx not responding to wss:// req (socket.oi) #23

Open
navarrovmn opened this issue Aug 16, 2017 · 0 comments
Open

Nginx not responding to wss:// req (socket.oi) #23

navarrovmn opened this issue Aug 16, 2017 · 0 comments

Comments

@navarrovmn
Copy link

nginx fires error with socket handshake.
captura de tela 2016-09-02 as 14 20 44

these ate specific conf necessary to rocketchat

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;

we have to figure out a way to define specific configurations to each application provided under https.

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

No branches or pull requests

1 participant