Using WEBSOCKET API , is there is a way to know if we are connected via RSSL or SSL

Using WEBSOCKET API , is there is a way to know if we are connected via RSSL or SSL?

Best Answer

  • Gurpreet
    Answer ✓

    Hello @LanceGabriel.Villacrusis,

    Websockets is a data transport protocol. When connecting to RTMDS there is an option to use it with ws (unsecured) or wss (SSL - Secure sockets layer) protocol.

    RSSL and SSL (Source Sink Library - deprecated) are different transport protocols - and neither are used by websockets.

Answers