Hello,
I set up a droplet a year ago using the ‘wordpress-ubuntu’ image. The website is https://retrorazed.com. This works fine.
Now I want to run a nodejs websocket server on the same droplet that’s running this LAMP server. When I try to connect to wss://159.203.58.166:61231 or wss://retrorazed.com:61231, I get "WebSocket connection to ‘wss://retrorazed.com:61231/’ failed: " and no useful error information.
The server is running from “/var/www/server/” and I’ve opened port 61231 from anywhere. I’ve tried a million different things and I’m not sure what I’m missing. What kinds of things should I be looking at that would prevent me from connecting?
Thank you!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hi @hidinglapiscla,
I’ve tried to answer the question at :
https://www.digitalocean.com/community/questions/how-to-set-up-nodejs-websocket-server-alongside-ubuntu-wordpress-install
As such, I’ll close this one.