SSL_MODE_NO_AUTO_CHAIN

Don't attempt to automatically build certificate chain

extern (C) nothrow @nogc
enum SSL_MODE_NO_AUTO_CHAIN = 0x00000008L;

Meta