Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-430

segmentation fault error when using certpath while initializing bucket with ssl enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • .future
    • 2.2.6
    • library
    • None
    • CBS : 5.0.0-3497
      couchbase : 2.2.6
      libcouchbase : 2.7.7

    Description

      1. Have above CBS, SDK versions
      2. Start CBS
      3. I ran mobile python tests which does below commands
        1. from couchbase.bucket import Bucket
        1. b = Bucket("couchbases://192.168.33.10/data-bucket?certpath=/cb-cert.pem&ssl=no_verify", password='password')

       

      Result : I get error : Segmentation fault 

      If I do not pass certPath(just passed ssl=no_verify), it goes beyond this step

      Actual : It should give a response that certPath is not supported if it is not supported . Segmentation fault is confusing and do not have idea the reason for failure

       

       

      Attachments

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

        Activity

          People

            jared.casey Jared Casey
            sridevi.saragadam Sridevi Saragadam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty