| Summary: | Proxy error when creating push specification with ssh protocol | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Christian Fecht <christian.fecht> |
| Component: | Core | Assignee: | 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: | |||
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. *** This bug has been marked as a duplicate of bug 349702 *** |
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