Websocket connection error
See original GitHub issueExpected Behavior
Able to connect to websocket port 3002
Actual Behavior
Errors display in browser console, web app cannot connect to Message Broker
WebSocket connection to 'wss://DOMAIN_NAME:3002/ws' failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR
Steps to Reproduce
Run the webapp and observe the console log
Hi, I am setting up the web app on AWS, it is running fine except that it cannot connect to the message broker. Could you please help to point out where I did wrong?
THanks
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
WebSocket: error event - Web APIs | MDN
The error event is fired when a connection with a WebSocket has been closed due to an error (some data couldn't be sent...
Read more >WebSockets - Handling Errors
Once a connection has been established between the client and the server, an open event is fired from the Web Socket instance. Error...
Read more >Troubleshooting connection issues | Socket.IO
You are trying to reach a plain WebSocket server; The server is not reachable; The client is not compatible with the version of...
Read more >How to catch `WebSocket connection to 'ws://xxx:nn' failed
A Promise version of Websocket is needed so the error can be asynchronously caught in the Promise's catch block rather than forcibly output...
Read more >Websocket connection error upon first login - every time
Hi, I get the following error every time I login to the controller: It just appears for a few moments and then disappears....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Rick, will give it a try.
This issue has not had activity in the last 5 days. I am going to close the issue since this is out of scope for typical support requests. Members of the community are free to continue the discussion, however.