| Summary: | Support for self signed certificate (HTTPS) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] JGit | Reporter: | Per Salomonsson <per.salomonsson> | ||||
| Component: | JGit | Assignee: | Project Inbox <jgit.core-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | framp, marek, matthias.sohn, per.salomonsson, sop, vlad.gheorghe | ||||
| Version: | 0.10.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Per Salomonsson
I also faced this issue on 0.10.1 recently. I saw Per's patch but I never applied a patch before from this repository. Is there any page which describes how to build apply a jgit patch on 0.10.1? I tried to checkout the jgit code but failed to find version 0.10.1 in cvs. On HEAD I found some .php and .html files but no java code. Any hint to get me to successfully apply the patch is welcome. Right now I'm stuck and can't access a git repository I want to check in code with eclipse. I also can't import the certificate because it's owned by an internet provider and he doesn't want to share it. (In reply to comment #1) > I also faced this issue on 0.10.1 recently. I saw Per's patch but I never > applied a patch before from this repository. Is there any page which describes > how to build apply a jgit patch on 0.10.1? I tried to checkout the jgit code > but failed to find version 0.10.1 in cvs. On HEAD I found some .php and .html > files but no java code. Any hint to get me to successfully apply the patch is > welcome. jgit sources are not stored in cvs but in git ;-) have a look here: http://www.eclipse.org/jgit/developers/ http://wiki.eclipse.org/EGit/Contributor_Guide I pushed your patch to Gerrit for code review : please have a look at http://egit.eclipse.org/r/#change,2318 (In reply to comment #3) > I pushed your patch to Gerrit for code review : please have a look at > http://egit.eclipse.org/r/#change,2318 Great, thanks for adding this! Merged as commit d49530ad861ee7053ca1a92d619f127b5d6bc3a1 I'm getting the "cannot open git-upload-pack" error trying to connect to a https repository with a self signed certificate. I have Eclipse Juno with EGit/JGit 2.0.0.201206130900-r. I also added http.sslVerify=false and https.verify=false. |