An Issue with connecting: SSL + WebSocket(socketo.me) + Nginx
问题 Followed this link to configure Nginx click here Tried to connect WebSocket(socketo.me) through HTTPS, didn't succeed gave the error as WebSocket opening handshake timed out As my hosting server's ngnix (version: 1.13.8) is configured to work in reverse proxy mode in the front-end. Here is the configuration of the Nginx http { map $http_upgrade $connection_upgrade { default upgrade; '' close; } upstream websocket { server xx.xxx.xxx.x:8282; #External IP address } server { location / { proxy