CONFIGIgnoreServerCertErrors Property |
Controls whether server certificate errors are ignored when decrypting HTTPS traffic.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool IgnoreServerCertErrors { get; set; }
Public Shared Property IgnoreServerCertErrors As Boolean
Get
Set
public:
static property bool IgnoreServerCertErrors {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also