property IgnoreServerCertificateConstraints: boolean; default False;
Description
Determines whether a server certificate will be verified for compliance with constraints during the TLS/SSL handshake when starting a new session.
Set IgnoreServerCertificateConstraints to True, in order for a client to ignore the permission to use the certificate for the required purposes. Set IgnoreServerCertificateConstraints to False, in order for a client to check the permission to use a certificate for the required purposes. In case if the certificate does not match the constraints, the TLS server is considered invalid, and the session is closed.
The default value is False.
See also
IgnoreServerCertificateInsecurity
IgnoreServerCertificateValidity
TScSSLClient.ClientHelloExtensions