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

Bug 329874

Summary: Proxy error when creating push specification with ssh protocol
Product: [Technology] EGit Reporter: Christian Fecht <christian.fecht>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: flo, marc.khouzam, robin
Version: 0.10.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Christian Fecht CLA 2010-11-10 04:41:48 EST
Hi all,

I get an unexpected proxy error when creating a push specification using the ssh protocol. This proxy error seems only to occur if and only if a proxy is configured for HTTPS. Since proxies should only affect the HTTP / HTTPS protocol, but not the socket-based SSH protocol, I consider this a bug. 

Error Message:

    ProxyHTTP:java.ioException: proxy error: Forbidden#

My Software:

o Eclipse Helios SR1
o Eclipse EGit (Incubation)	0.10.0.201011011856	
o Eclipse JGit (Incubation)	0.10.0.201011011852	

How to reproduce?
o Configure a proxy server for HTTPS in Preferences -> Network Connections.
o Create a push specification using ssh as protocol.
o You should now see the above error message.
o Remove the proxy for HTTP. 
o Try again to create a push specification using ssh. 
o It should now work. 

Kind Regards,
Christian
Comment 1 Marc Khouzam CLA 2012-04-09 09:42:04 EDT
Seems like the same issue as bug 349702.

May be a platform bug as I get the same problem trying to use ssh with RSE to connect to a remote node.
Comment 2 Robin Stocker CLA 2013-09-27 12:00:39 EDT

*** This bug has been marked as a duplicate of bug 349702 ***