TsgcWebSocketClient | Certificates OpenSSL

When the server requires that client connects using a 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, first must be converted to PEM.

 

Connection through OpenSSL libraries requires that TLSOptions.IOHandler = iohOpenSSL.

 

Configure the following properties: