Question

I am writing my bachelor thesis for a company. The company is using a proxy. I am working with eclipse + RedHat jboss developer tools (http://marketplace.eclipse.org/node/827807) and OpenShift (PaaS-Cloud from RedHat).

Problem is, that RedHat is using SSH to connect to their Cloud. The port 22 is opened and I was able to config openssh to use the proxy. Unfortunately, eclipse has his own proxy settings which can be found at (Preferences - Network Connections). I can set a proxy for HTTP, HTTPS and SOCKS, but not for SSH. Eclipse has three predefined schemas (http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-net-preferences.htm). But I need one new schema. For port 22.

Does anyone know how I can do that?

Was it helpful?

Solution

The Eclipse JBoss tools connect over HTTPS, so they should obey the proxy that is setup. When eclipse uses git to pull/push code, it should run over SSH and obey any proxy configuration that is setup on your computer (not in Eclipse) if you have it configured correctly at the system level.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top