Skip to content

Instantly share code, notes, and snippets.

@remram44

remram44/001.txt Secret

Created October 8, 2014 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remram44/978b23f2eac006d5a5bb to your computer and use it in GitHub Desktop.
Save remram44/978b23f2eac006d5a5bb to your computer and use it in GitHub Desktop.
From: Alexander Pletzer <pletzer@txcorp.com>
Date: 2014-10-02 9:22 GMT-04:00
Subject: [uvcdat-support] is vistrials.org down?
To: Support for UV-CDAT software <uvcdat-support@llnl.gov>
Hi,
I'm getting....
[ 93%] Performing install step for 'vistrails'
Cloning into 'vistrails'...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://vistrails.org/git/vistrails.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
make[2]: *** [vistrails-prefix/src/vistrails-stamp/vistrails-install] Error 128
make[1]: *** [CMakeFiles/vistrails.dir/all] Error 2
make: *** [all] Error 2
Is the git repo down?
--Alex
From: Rémi Rampin <remirampin@gmail.com>
Date: 2014-10-02 10:51 GMT-04:00
Subject: Re: [uvcdat-support] is vistrials.org down?
To: Alexander Pletzer <pletzer@txcorp.com>
Cc: Support for UV-CDAT software <uvcdat-support@llnl.gov>
2014-10-02 9:22 UTC-04:00, Alexander Pletzer <pletzer@txcorp.com>:
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://vistrails.org/git/vistrails.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
make[2]: *** [vistrails-prefix/src/vistrails-stamp/vistrails-install] Error 128
make[1]: *** [CMakeFiles/vistrails.dir/all] Error 2
make: *** [all] Error 2
Is the git repo down?
Hi,
The repository is not down. Did you set GIT_PROTOCOL to "https://" during configuration? As indicated by the message, only "git://" and "http://" are supported, and "https://" will not work with vistrails.org in particular (it is not using a trusted certificate). Change it to "http://" and it should work.
[INFO] Select Either git:// or http:// for checking out git submodules.
If you are behind a firewall then likely you need to choose http:// instead.
Best,
--
Rémi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment