Skip to content

Cannot import with self-signed certificate #1880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
halfdan opened this issue Dec 26, 2015 · 1 comment
Closed

Cannot import with self-signed certificate #1880

halfdan opened this issue Dec 26, 2015 · 1 comment

Comments

@halfdan
Copy link

halfdan commented Dec 26, 2015

I am trying to add a project hosted at a private Gitlab instance: https://gitlab.cs.uni-tuebingen.de/eva2/eva2

This is a university project and there's no way to get a proper SSL certificate for it. I am getting build errors Error: Failed to import project which I suspect come from using a self-signed certificate on that domain. Can we please add -c http.sslVerify=false to all git commands or just globally set http.sslVerify to false?

@agjohnson
Copy link
Contributor

No, I can't say I'd support this change. SSL verification is a security feature we'd rather keep around. I'm not sure if there is a better answer, other than convincing your university to use proper SSL certificates, or hosting your code someplace that does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants