property DisableCRLValidation: boolean; default False;
Description
Determines whether the server will check CRL when verifying the client certificate during the TLS/SSL handshake when starting a new session.
Set DisableCRLValidation to True to disable verification of the revocation status of a client certificate, which weakens TLS security.
Set DisableCRLValidation to False to enforce verification of the revocation status of a client certificate on the server. If a certificate is revoked or a CRL list is not found, the TLS client is considered invalid, and the session is closed.
The default value is False.
See Also