22

I want to connect "wss" (SSL-ed websocket) with insecure (self signed) cerfiticate.
But it is raise a error. This error caused by default firefox setting that it seems like does not allow connecting to self-signed ssl as well as chrome.

In Chrome, this behaivior is able to change by allow-insecure-localhost flag in chrome://flags.

Is there a equivalent flag in Firefox?

KiYugadgeter
  • 3,796
  • 7
  • 34
  • 74

1 Answers1

18

Navigate to

about:config

and look at:

network.websocket.allowInsecureFromHTTPS

but it won't be for localhost only so be carefull :D

mirkobrankovic
  • 2,389
  • 1
  • 21
  • 24