skuhl / RobotRemote

0 stars 0 forks source link

Change Python WebSocket from WS to WSS. #39

Closed BinaryFissionGames closed 6 years ago

BinaryFissionGames commented 6 years ago

Right now, the modbus stuff is completely broken. This is because the switch to https makes it so that non-secure transmission doesn't work. An example of this is the websocket we use in python. This needs to be upgraded to be a secure websocket.