Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » HTTPProxy failure using ssh protocol?
HTTPProxy failure using ssh protocol? [message #733813] Wed, 05 October 2011 17:26
John J. Franey is currently offline John J. FraneyFriend
Messages: 31
Registered: July 2009
Member
In egit 1.1, I cannot clone or fetch from a remote repository. Command line works fine.

Indeed, I have an http proxy in my company, and I have Windows->Preferences->General->Network Connections Active Provider is 'native' proxy. This configuration works for the jira mylyn connector I am using.

So:
1) Why does egit want to use http proxy at all when the ssh protocol is specified.

2) If it must use the http proxy, why can't it use my 'native' active provider to get it (like jira mylyn connector does)? And what does it send via http anyway?

Thanks,
John


org.eclipse.jgit.errors.TransportException: ssh://jfraney@10.133.141.225/srv/git/public/collector.git: ProxyHTTP: java.io.IOException: proxy error: Proxy Authentication Required
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:138)
at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:127)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:113)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1062)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:136)
at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:128)
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI$1.run(FetchOperationUI.java:117)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: com.jcraft.jsch.JSchException: ProxyHTTP: java.io.IOException: proxy error: Proxy Authentication Required
at com.jcraft.jsch.ProxyHTTP.connect(ProxyHTTP.java:158)
at com.jcraft.jsch.Session.connect(Session.java:198)
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:128)
... 11 more
Caused by: java.io.IOException: proxy error: Proxy Authentication Required
at com.jcraft.jsch.ProxyHTTP.connect(ProxyHTTP.java:122)
... 13 more
Previous Topic:Project decoration question
Next Topic:Cannot install EGit 1.1
Goto Forum:
  


Current Time: Fri Mar 29 11:22:31 GMT 2024

Powered by FUDForum. Page generated in 0.03277 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top