pangea-poker icon indicating copy to clipboard operation
pangea-poker copied to clipboard

Use WSS instead of WS

Open norbertdragan opened this issue 5 years ago • 4 comments

HTTPS is also more secure, and in order to go to production on the web, we would have to switch.

I would like to use netlify for continous deployment, but currently we are using ws which only work on non-secure http connections, and is not supported by Netlify.

In order to use https, we need to use wss.

norbertdragan avatar Oct 29 '19 12:10 norbertdragan

Any thoughts on this @sg777?

norbertdragan avatar Nov 01 '19 14:11 norbertdragan

Agreed, going forward we must use wss. In the backend im using libwebsockets library, I'll check in order to use wss any certificate generation should be needed in the backend and will check for any dependencies.

sg777 avatar Nov 05 '19 05:11 sg777

@sg777 have you had any chance to look at it? What changes do we need to do in order to get WSS working?

norbertdragan avatar Nov 19 '19 13:11 norbertdragan

WSS is not mandatory with Electron, so I reduced the priority of this issue to P2.

norbertdragan avatar Mar 03 '20 14:03 norbertdragan