1

I have problem with websocket connection on heroku.

Not sure where is the problem, because on other browsers it works. A similar issue was here:

Firefox Websocket security issue

If I understand correctly:

Something related to Heroku and backend is missing regards to security. Only Firefox care about this issue, other browsers not. Probably I can somehow ignore this error on firefox and allow a connection.

Below is the screenshot The connection used to fetch this resource was not secure - what exactly does it mean and how debug what and where is missing here?

enter image description here

Hubert Olender
  • 1,130
  • 9
  • 15

1 Answers1

3

After research, the reason for it was proxy on Firefox.

If someone would have a similar issue, please do:

  1. Open the Firefox
  2. Go to about:preferences
  3. Open Network Settings
  4. Configure Proxy Access to the Internet and be sure there is "No proxy"
Hubert Olender
  • 1,130
  • 9
  • 15