bammv / sguil

Sguil client for NSM
GNU General Public License v3.0
213 stars 74 forks source link

Issue with Firefox browser. #48

Open Th4nat0s opened 6 years ago

Th4nat0s commented 6 years ago

I try to use the 1.0.0 version with Websocket support and tcl lib 1.6 It work nicely with my chrome browser but I got an issue with firefox 60 and 61. It can't succeed to get the websocket working.

I got the following logs in the browser console

WebSocket Initialized websocketService.js:43:13 Waiting for websocket to finalize... controllers.js:173:25 Firefox can’t establish a connection to the server at wss://192.168.245.143/ws. websocketService.js:19:21 Socket received an error! websocketService.js:28:17 Socket has been closed! websocketService.js:33:17 Waiting for websocket to finalize... controllers.js:173:25

Any idea ?