Table of Contents

Property AllowInsecureTls

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

AllowInsecureTls

Gets or sets whether to relax TLS constraints as much as possible. Setting this variable to true will also set SslSettings.CheckCertificateRevocation to false.

public bool AllowInsecureTls { get; set; }

Property Value

bool