Skip to content

no need for git to check ssl #924

@doutriaux1

Description

@doutriaux1

At rhe lab while using http(/https really) I get this (which is lab related because they practice routine man-in-the-middle attack...

Cloning into '/home/doutriaux1/build_auto_git/uvcdat-testdata'...
fatal: unable to access 'https://github.com/UV-CDAT/uvcdat-testdata.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Could not clone test data repo! Baseline images will not be available.
[  8%] Built target update-testdata
fatal: unable to access 'https://github.com/UV-CDAT/VisTrails.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
make[2]: *** [vistrails-prefix/src/vistrails-stamp/vistrails-install] Error 128
make[1]: *** [CMakeFiles/vistrails.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

which is fixed via:

export GIT_SSL_NO_VERIFY=1

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions