Back to product page

IgnoreCertErrors property


Determines if certificate errors are ignored.

Type

A Boolean value

Syntax

  • Basic
object.IgnoreCertErrors [= value]
The IgnoreCertErrors(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
valueA Boolean value.

Remarks

If this property is set to True, any certificate errors (only for SSL-enabled connections) are ignored, and wodHttpDLX will proceed with the communication. It should be used in environments where events are unavailable, so HostCertificate event (that could discard all certificate errors) cannot be used.

Platforms

Windows