SDAC

TMSConnectionOptions.TrustSelfSignedCertificate Property

Determines whether a self-signed certificate is trusted to authenticate the client during the TLS/SSL handshake when establishing a new session.

Class

TMSConnectionOptions

Syntax

property TrustSelfSignedCertificate: boolean default DefValTrustSelfSignedCertificate;

Remarks

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.

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback