I noticed that running the server over TLS, the websocket connection still attempts to happen
over ws instead of wss. The window.protocol is stored in redux, a line of code could
probably be added here or so:
https://github.com/bpanel-org/bpanel/blob/development/webapp/store/actions/socketActions.js#L9
to fix this
I noticed that running the server over TLS, the websocket connection still attempts to happen
over
wsinstead ofwss. Thewindow.protocolis stored in redux, a line of code couldprobably be added here or so:
https://github.com/bpanel-org/bpanel/blob/development/webapp/store/actions/socketActions.js#L9
to fix this