I need help from the expert and feels like this is beyond my paygrade. I have xampp installed on a windows machine. I have a php page that i access using https://example.com/test.php and inside that php page, it calls a javascript. It did not worked. I got this error:
can’t establish a connection to the server at wss://example.com:8080/
But the everything seems to be working when I access the page as http://example.com/test.php and calls the WebSocket('ws://example.com:8080'). Did I missed anything on my httpd conf?
Thank you