I'm currently using laravel-echo-server and websockets (socket.io) to broadcast events to my React application that is on a separate server.
As far as it looks, everything set up on the back end and front end are correct. The only issue I'm running into is not being able to connect to websockets (https://api.mysite.com:6001/socket.io/?EIO=4&transport=websocket). I'm getting ERR_CONNECTION_REFUSED.
I'm trying to figure out how I can allow a user to hit port 6001 over HTTPs on an apache server.