Keyoti SearchUnit API Docs
IgnoreSSLErrors Property
API DocumentationKeyoti.SearchEngineConfigurationIgnoreSSLErrors
Keyoti SearchUnit v6
Whether to ignore SSL issues on the website being imported - eg. expired certificate.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool IgnoreSSLErrors { get; set; }
public bool IgnoreSSLErrors { get; set; }
Public Property IgnoreSSLErrors As Boolean
	Get
	Set
Public Property IgnoreSSLErrors As Boolean
	Get
	Set
public:
property bool IgnoreSSLErrors {
	bool get ();
	void set (bool value);
}
public:
property bool IgnoreSSLErrors {
	bool get ();
	void set (bool value);
}
member IgnoreSSLErrors : bool with get, set
member IgnoreSSLErrors : bool with get, set
Property Value
Remarks
If this is false then HTTPS websites with an expired certificate (for example) will not be importable.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120