I have an X.509 certificate with which i have encrypted my WebSocket Server. Do I need to do anything special in Construct 2 to allow my sent string to be decoded? Or do I just have to use "wss://" instead of "ws://"?
Develop games in your browser. Powerful, performant & highly capable.
Nope, just connect to the wss:// address and it's all encrypted in the transport layer.
Simple enough :) thanks.