app.js:271 Mixed Content: The page at 'https://mywebsite' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://mywebsite/ss/1.0/echo'. This request has been blocked; this endpoint must be available over WSS.
When I switch to wss:// protocol, I have a connection error (I assume):
VM342:1 WebSocket connection to 'wss://mywebsite/ss/1.0/echo' failed:
I have a security error in Chrome
When I switch to
wss://
protocol, I have a connection error (I assume):the
WebSocket
object state is likeIn the server I have
where
The server is running on port 3000, while a load balancer sends traffic from the 80 over https to the port 3000 over http.