Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335313 - Cannot push via smart http
Summary: Cannot push via smart http
Status: CLOSED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 09:20 EST by Zsolt Koppany CLA
Modified: 2011-03-12 10:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.