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
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
public bool SSLValidateCertificateHost { get; set; }
Property Value
Boolean