TeamCity JIRA Plugin with Proxy

Zuber Khursiwala July 17, 2013

Hi

I was wondering if anyone has got the Stiltsoft TeamCity JIRA plugin working when using a proxy?

JIRA and TeamCity (and Confluence) are both on the same server, but the TC plugin *always* tries to go through the proxy.

I have tried setting the http.nonProxyHosts parameter in the following files

<JAVA_HOME>\jre\lib\net.properties

<JIRA-Bundled-JRE>\lib\net.properties

And also as -Dhttp.nonProxyHosts as a service startup parameter (this works for the JIRA->Confluence application link)

I *always* get this error

{color:red}com.stiltsoft.lib.teamcity.connector.rest.exception.HttpStatusNotOkException: HTTP/1.1 502 Proxy Error ( Forefront TMG denied the specified Uniform Resource Locator (URL). ){color}

Can anyone help please?


Thanks

2 answers

1 accepted

0 votes
Answer accepted
Maxim Kuzmich [StiltSoft]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2013

Hello,

This problem has been fixed in the plugin version 1.5.3

Please follow our FAQ for the details:

JIRA and TeamCity reside in the same network and connect to the Internet via a proxy. Why can't JIRA connect to TeamCity?

You need to set this parameter -DdisableProxyForTeamcity=true on your Java virtual machine startup. Learn more about parameters here.

0 votes
Zuber Khursiwala August 18, 2013

Sorry, just seen this. Thanks for updating the plugin, it's working well for us now.

Suggest an answer

Log in or Sign up to answer