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...
Websocket Problem on wss
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
Websocket Problem on wss