Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-7981

SSL Custom Validation setting is missing in 3.1 client

    XMLWordPrintable

Details

    Description

      Need to have an option to set the ssl custom validation method something like as follows
      ClusterOptions.ValidateCertificateCallback = MySSLCustomValidation;
      But in current library it is an internal method and is unable to override/set the validation with custom ssl validation.
      I have tried with following option which is also not working
      ServicePointManager.ServerCertificateValidationCallback += new RemoteCertificateValidationCallback(
      <custom ssl validation method call>
      ); which is not working.

      If there is an option to set custom validation, please add it in the documentation

      Reporter: Vishnu
      E-mail: sandes2me@gmail.com

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              richard.smedley Richard Smedley
              Vishnu Vishnu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty