I am trying to connect PHP web socket using WSS.
- took code reference from below link
https://github.com/sanwebe/Chat-Using-WebSocket-and-PHP-Socket
- it shows error as below
WebSocket connection to 'wss://php.fmv.cc:12345/' failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR
- server configuration as below
- these are the links on which I am trying
https://php.fmv.cc/c3.php (wss)
this will try to connect socket at : ws://php.fmv.cc:12345/ and wss://php.fmv.cc:12345/
Thank you...

