Javad
New Pleskian
I'm having troubles connecting to a WebSocket server via WebSocket Secure connection (wss://) from the browser. Standard connections (ws://) work fine.
To solve this problem in the ispmanager, I used the following code in the site config file and the problem was resolved:
I added the above code in the Additional Apache directives section in plesk. But this method did not resolve my problem and it occurs with error.
Error:
To solve this problem in the ispmanager, I used the following code in the site config file and the problem was resolved:
Code:
ProxyPass /echobot ws://coinbazaar.io:9000/echobot
Error:
Code:
WebSocket connection to 'wss://coinbazaar.io:9000/echobot' failed: WebSocket opening handshake timed out