Description
-
Determines if certificate errors are ignored.
Property type
-
A Boolean value.
Syntax
-
object.IgnoreCertErrors [= value]
The IgnoreCertErrors Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodHttpDLX. |
| value |
A 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.
|