Uploaded image for project: 'onedata'
  1. onedata
  2. VFS-2057

Handshake connection error: CERTIFICATE_VERIFY_FAILED. Aborting

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • None
    • None
    • oneclient
    • None

      There is a problem with running oneclient docker.

      It looks like we are missing option --no_check_certificate in the entry point.

      it works when I have

      "Path": "/root/run.sh",
              "Args": [
                  "--no_check_certificate",
                  "/mnt/oneclient"
              ],
      

      but normally out of the box the docker has

      "Path": "/root/run.sh",
              "Args": [
                  "/mnt/oneclient"
              ],
      

      It requires to do slight changes in Dockerfile.
      In addition to that we could change WORKDIR to /mnt/oneclient

            plgkzemek kremek (Inactive)
            plgdutka Lukasz Dutka
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: