Whether to ignore SSL issues on the website being imported - eg. expired certificate.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool IgnoreSSLErrors { get; set; }
Public Property IgnoreSSLErrors As Boolean
public: property bool IgnoreSSLErrors { bool get (); void set (bool value); }
Remarks
If this is false then HTTPS websites with an expired certificate (for example) will not be importable.