HttpSettings.

IgnoreServerCertificateErrors Property

Summary

Determines whether SSL server certificate validation errors should be ignored. Use with caution - disabling validation exposes you to man-in-the-middle attacks.
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
HttpSettings

Syntax

public bool IgnoreServerCertificateErrors { get; set; }

Value

Type Description
bool