My Websocket WS works fine.But When I use WSS , it fails with below error.
WebSocket connection to 'wss://mywebsocket.ca/' failed: Error in connection establishment: net::ERR_INSECURE_RESPONSE It feels some SSL issue. I have my certificates configured properly and all other url through this ELB works fine. my Ws curl works good.
What could be the issue? Could it be the listerner configuraiton of ELB for HTTPS is not done properly.
I am just using some chrome extensions to connect Websocket.No code here.