DEV Community

Rogerio Soares
Rogerio Soares

Posted on

Error during WebSocket handshake: Unexpected response code: 504 - Nginx and Websocket in PHP and JS

I have this chat system here, made with PHP, JS, Websocket, Ratchet, React, etc (and I have in my VPS Ubuntu 16.04 LTS and Nginx server installed): https://github.com/roguitar88/projeto_chatto/tree/rogerio. It works through http, but not through https. On the console of Edge, it says:

scripts.js:12 WebSocket connection to 'wss://your-site.com/chat/server' failed…

Top comments (0)