client can't connect to secure websocket with google chrome
error: WebSocket connection to wss://web:port failed
but can connect to secure websocket with firefox.
I'm using reactphp and ratchet libraries
client can't connect to secure websocket with google chrome
error: WebSocket connection to wss://web:port failed
but can connect to secure websocket with firefox.
I'm using reactphp and ratchet libraries
I solved by ignoring peer verification
'verify_peer' => false