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) #28

Open
ArthurJahn opened this issue Sep 2, 2016 · 0 comments
Open

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

ArthurJahn opened this issue Sep 2, 2016 · 0 comments

Comments

@ArthurJahn
Copy link
Contributor

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.

luanguimaraesla pushed a commit that referenced this issue Sep 16, 2016
@luanguimaraesla luanguimaraesla changed the title nginx not responding to wss:// req (socket.oi) Nginx not responding to wss:// req (socket.oi) Jan 16, 2017
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