Question
Need to configure socket.io over ssl using nginx
Hi,
We have hosted www.breety.com on your server and it is working fine.
But right now we are trying to use nodejs (socket.io) over ssl on nginx server on port 7024.
We have tested on local environment using nginx server and socket,and its working fine.But on live environment we are facing errors as given below:
GET https://www.breety.com:7024/socket.io/?EIO=3&transport=polling&t=LkVPrSN net::ERRTIMEDOUT
GET https://www.breety.com:7024/socket.io/?EIO=3&transport=polling&t=LkVPrSN net::ERRCONNECTIONREFUSED
please guide us how to configure socket.io over ssl using nginx.?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×