property IgnoreServerCertificateValidity: boolean; default False;
Description
Determines whether a server certificate validity period will be checked during the TLS/SSL handshake when starting a new session.
Set IgnoreServerCertificateValidity to True, in order for the client to ignore the certificate validity period. Set IgnoreServerCertificateValidity to False, in order for the client to check the certificate validity period. In case if a certificate validity period expires, the TLS server is considered invalid, and the session is closed.
The default value is False.
See also
IgnoreServerCertificateConstraints
IgnoreServerCertificateInsecurity
TScSSLClient.ClientHelloExtensions