HenningSchroeder / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

repo upload failed to a https gerrit code review #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Affected Version:
repo version v1.12.32
       (from https://gerrit.googlesource.com/git-repo)
repo launcher version 1.22
       (from /bin/repo)
git version 2.5.0
Python 2.7.10 (default, Oct 14 2015, 16:09:02) 
[GCC 5.2.1 20151010]

Environment:Ubuntu 15.10

I have a gerrit code review server switched to https in yesterday.

When I saving changes and exec 'repo upload', Terminal print 
"(review.mfunz.com: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate 
verify failed (_ssl.c:590)>)"

I try change review="review.mfunz.com" to review="https://review.mfunz.com", 
but also failed.

I used "git push remotename branchname:refs/for/branchname" it works.

How to slove it?

Original issue reported on code.google.com by martincz...@gmail.com on 3 Dec 2015 at 2:52

GoogleCodeExporter commented 8 years ago
Sorry, it's my wrong. Already fixed. I lost a config in apache

Original comment by martincz...@gmail.com on 3 Dec 2015 at 3:44