Usual websockets works ok in WebGL through NetworkTransport. But when i try to connect from under https, it says:
Uncaught SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS
How should I create secure connection?
Uncaught SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS
How should I create secure connection?