10.24.0

SessionPropertiesSSLValidateCertificateHost Property

Indicates if the sesssion connection should fail when a certificate with an invalid host is received. When enabled, and connecting to a named host, the certificate Subject Alternative Name must contain a DNS entry that matches the host string.
When enabled, and connecting to a host by IP address, the certificate Subject Alternative Name must contain an IP Address that matches.

If there is no Subject Alternate Name the certificate common name (CN) may be checked against the host string.

This property only applies when SSLValidateCertificate is enabled.

Default: true

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public bool SSLValidateCertificateHost { get; set; }

Property Value

Boolean

See Also