Does anyone have ideas how one can run Bamboo Specs behind proxy?
The setup is such that there is a proxy between machine I am running Specs at the actual Bamboo server. Currently it just cannot connect. Java opts do not help (e.g. -Djava.net.useSystemProxies=true, -Dhttp.proxyHost=..., etc). To me it looks like Specs / Bamboo API tries to establish a direct socket connection bypassing any proxy. At the same time other tools like Web UI, CLI for Bamboo perfectly work through with same server through same proxy (using java.net.* methods I assume).
So any clue? Thanks in advance.
I am having the same issue, could not make anything work (also does seem to discard any maven settings.xml configuration concerning the proxy).
Try information on this link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.