HtmlEngineOptions.IgnoreSslErrors Property

Gets or sets the value indicating whether the engine should ignore SSL errors.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public bool IgnoreSslErrors { get; set; }
VB
Public Property IgnoreSslErrors As Boolean
	Get
	Set

Property Value

Type: Boolean
true if the engine should ignore SSL errors; otherwise, false.

Remarks

Default value: false.

Ignoring SSL errors can lead to security issues because the engine will process sites with untrusted or expired certificates. At the same time, ignoring SSL errors can help to process sites with self-signed certificates.

See Also