SSLIdentificationAlgorithm
Specifies the endpoint identification algorithm used to validate the server host name during SSL/TLS connections.
Data Type
string
Default Value
""
Remarks
By default, this property uses https, which enables host name verification. If you set this property to a blank value, host name verification is disabled.
Host name verification ensures that the certificate presented by the server matches the expected server host name. Disabling this verification can be useful in development or testing environments, but is not recommended for production.