pangea-poker
pangea-poker copied to clipboard
Use WSS instead of WS
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
.
Any thoughts on this @sg777?
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 have you had any chance to look at it? What changes do we need to do in order to get WSS working?
WSS is not mandatory with Electron, so I reduced the priority of this issue to P2
.