question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Websocket connection error

See original GitHub issue

Expected 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

Screen Shot 2019-07-02 at 7 48 03 PM

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
tuananh2311commented, Jul 2, 2019

Thanks Rick, will give it a try.

0reactions
RickCarlinocommented, Jul 7, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found