Whether to ignore SSL issues on the website being imported - eg. expired certificate.

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); }

If this is false then HTTPS websites with an expired certificate (for example) will not be importable.