PHPWebSocket-Chat
PHPWebSocket-Chat copied to clipboard
wss error
Hey! This code works perfectly.. We only need an example to use this code with HTTPS. There is an error: "WebSocket connection to 'wss://myip:port/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSED" How can we fix it??
i used the apache trought proxypass this way: url: wss://serverip/wss
And the file for the SSL site: ProxyPass /wss ws://serverip:9300 ProxyPassReverse /wss ws://serverip:9300
I have also this problem...