Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-2830

Investigate whether the driver can support the tlsCAFile option

    • Type: Icon: Task Task
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Configuration, Security
    • Labels:
      None

      According to the uri options spec (https://github.com/mongodb/specifications/blob/master/source/uri-options/uri-options.rst), the tlsCAFile option is "required if the driver's language/runtime allows non-global configuration."

      The driver may be able to support this option using some combination of `RemoteCertificateValidationDelegate` and the ExtraStore property: https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509chainpolicy.extrastore?view=netstandard-2.0

      (The property is available on net452, but on .NET Standard requires 2.0)

      Additional reading:
      https://github.com/dotnet/corefx/issues/25581
      https://github.com/dotnet/corefx/issues/36606
      https://en.programqa.com/question/7695438/

            Assignee:
            Unassigned Unassigned
            Reporter:
            vincent.kam@mongodb.com Vincent Kam (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: