Function TLSContext.maxCertChainLength
The maximum length of an accepted certificate chain.
abstract void maxCertChainLength
(
int val
) @property @safe;
abstract int maxCertChainLength() @property @safe const;
Any certificate chain longer than this will result in the TLS negitiation failing.
The default value is 9.