mobileFX WebSocketX
WebSocketX ActiveX DLL / WebSocket Object / SetCA Method

The PEM file path of the certificate to load.

In This Topic
    SetCA Method
    In This Topic
    Description

    Set CA authority certificate if using a self-signed SSL certificate on the server. 

    Syntax
    Visual Basic
    Public Sub SetCA( _
       ByVal CA_PEM As String _
    ) 
    Parameters
    CA_PEM

    The PEM file path of the certificate to load.

    Remarks

    Set CA authority certificate if using a self-signed SSL certificate on the server.

    This is required if you are using a non-standard root authority for your server certificates.

     

    See Also