Determines whether a self-signed certificate is trusted to authenticate the client during the TLS/SSL handshake when establishing a new session.
property TrustSelfSignedCertificate: boolean default DefValTrustSelfSignedCertificate;
Set TrustSelfSignedCertificate to True to allow the server to trust the self-signed certificate received from the client.
Set TrustSelfSignedCertificate to False to prevent the use of a self-signed certificate. If the TLS client sends a self-signed certificate, the client is considered invalid, and the session is closed.
The default value is False.