Skip to main content

Secure

The WebSocket version ensures secure communication between the server and your site users.

How it works

All WebSocket connections use encrypted WSS (WebSocket Secure) protocol over TLS/SSL. Authentication tokens are generated server-side and validated on each connection, preventing unauthorized access to messaging channels. The WebSocket server only relays encrypted event data and never has access to decrypted message content.

Key capabilities

  • Encrypted WSS connections over TLS/SSL
  • Server-side authentication token generation and validation
  • Unauthorized connection attempts are rejected
  • Message content encrypted before transmission
  • WebSocket relay server cannot read message content
  • Secure handshake on every connection and reconnection