I am trying to connect to a server server using a self-signed certificate. In firefox, I added an exception for a self-signed certificate.
However, my connection to websocket wss: // cannot connect. I get a close event with code 1006, which is a trick of the whole code.
Chrome and IE websockets work. Since I use windows, I installed the certificate using certmgr.exe as a trusted certificate.
My guess right now is that firefox web interfaces do not work with certificate exceptions and they need to be trusted.
Did this script work for someone else?
rrevo source
share