mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / ignore_certificate_errors Property
In This Topic
    ignore_certificate_errors Property
    In This Topic
    Description

    Ignore errors related to invalid SSL certificates.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property ignore_certificate_errors As Long
    Remarks

    Set to true (1) to ignore errors related to invalid SSL certificates.

    Enabling this setting can lead to potential security vulnerabilities like "man in the middle" attacks. Applications that load content from the internet should not enable this setting. Also configurable using the "ignore-certificate-errors" command-line switch.

    See Also