When the server requires that the client connects using an SSL Certificate, use the TLSOptions property of TsgcWebSocketClient to set the certificate files. The certificate must be in PEM format, so if the certificate has a different format, it must first be converted to PEM.
Connection through OpenSSL libraries requires that TLSOptions.IOHandler = iohOpenSSL.
Configure the following properties: