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