Function 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.
X509Certificate caChain() nothrow @property @nogc;
void caChain
(
X509Certificate v
) nothrow @property @nogc;