Constant openssl::ssl::SSL_VERIFY_FAIL_IF_NO_PEER_CERT []

pub const SSL_VERIFY_FAIL_IF_NO_PEER_CERT: SslVerifyMode = SslVerifyMode{bits: ::ffi::SSL_VERIFY_FAIL_IF_NO_PEER_CERT,}

On the server side, abort the handshake if the client did not send a certificate.

This should be paired with SSL_VERIFY_PEER. It has no effect on the client side.