Table of Contents

Property IgnoreSslErrors

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

IgnoreSslErrors

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

public bool IgnoreSslErrors { get; set; }

Property Value

bool

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.

Read the Convert HTML to PDF in C# and VB.NET article for examples of using this property.