Back to product page

CertErrors property


Returns list of certificate errors.

Type

A String value

Syntax

  • Basic
object.CertErrors
The CertErrors(object) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.

Remarks

This property will contain list of all certificate errors (for SSL-enabled connections) that occurred during last connection. If there is more than one error, they are separated by CRLF sequence (one error per line). This is the same list fired through HostCertificate event (which is unavailable in some scripting environments, such as ASP).

You can make your application ignore these errors completely, by setting IgnoreCertErrors property to True.

This property is read-only and only available at run-time.

Platforms

Windows