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
Community moderators have prevented the ability to post new answers.
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.
Sorry, just seen this. Thanks for updating the plugin, it's working well for us now.
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.