WebSocketServer.caChain

When using SSL (see privateKey and sslCertificate), you can set this to a valid X509Certificate to be provided as additional CA chain information during the SSL handshake.

  1. X509Certificate caChain [@property getter]
    struct WebSocketServer
    @nogc nothrow @property
    caChain
    ()
  2. X509Certificate caChain [@property setter]

Meta