| EGit https clone [message #937091] |
Mon, 08 October 2012 12:48  |
Sergey Messages: 26 Registered: July 2009 |
Junior Member |
|
|
I've setup git repositories with smart http support on Ubuntu Linux
(apache2) and enable ssl (https) with self-signed certificate (both secure
and unsecure hosts with basic authentication). Everything works fine with
command line git on linux and mac os. But for eclipse egit (2.1.0) I have
strange results - egit works perfect with http, but completely refuses work
with https claiming "cannot open git-upload-pack". I have tried
http.sslVerify=false, but it does not help, than I've imported Apache
certificate as trusted and again no success. From my point of view egit even
does not try to make authentication for https connection but I could be
wrong (even if I removed authentication requirements from Apache config egit
failed to clone).
If somebody has (had) such a situation - could you point me to what I miss
(must be something very simple).
Best regards,
Sergey.
|
|
|