Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335313

Summary: Cannot push via smart http
Product: [Technology] EGit Reporter: Zsolt Koppany <zsolt.koppany>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: matthias.sohn
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Zsolt Koppany CLA 2011-01-25 09:20:01 EST
Build Identifier: 

We can clone & fetch via apache and smart http but cannot push asks for a password but that doesn't help either.

The same works without any problems doing that from console.

We use latest egit snapshot.

Reproducible: Always

Steps to Reproduce:
1. git clone http://hostname/git/repo
2. gist push ...
3.
Comment 1 Matthias Sohn CLA 2011-03-11 19:11:58 EST
I can push via smart HTTP to the following repos at Eclipse:
- direct push to git repo 
http://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.git
- push to jgit and egit repo via Gerrit
http://egit.eclipse.org/egit
http://egit.eclipse.org/jgit

I also can push via HTTPS to Gerrit for SAP internal repositories.

Authentication and storing password in secure store works for me.
If you connect via HTTPS and your SSL certificates are not officially 
signed you may need to switch off SSL verification by setting
http.sslVerify=false

So something seems to be different with your setup. 
Could you provide some more details ?
Which version of EGit do you use ?
Comment 2 Zsolt Koppany CLA 2011-03-12 10:48:22 EST
It works with 0.11 egit. Thank you.