How to configure proxy to let webhooks through?

Kamil Kosinski January 19, 2016

Dear Jira Community,

 

we faced a proxy problem by setting our jira up. We necessarily need to connect over proxy, which currently works as long as we don´t integrate in our Jira WebHooks.  Unfortunately the WebHooks can not pass through the proxy despite the proxy exceptions, which is configured like this:

 

JVM_SUPPORT_RECOMMENDED_ARGS=

"-Dhttp.proxyHost=our.proxy.

 -Dhttp.proxyPort= (the port of our proxy)

-Dhttps.proxyHost= our.proxy.

-Dhttps.proxyPort=(the port of our proxy)

-Dhttp.nonProxyHosts=localhost\|*.our.domain

\|*.other.domain

\||<ip address oft he Webhook> *"

  

Does the trouble is caused by the proxy configuration? Someone idea how to troubleshoot it?

 

Thanks in advance

 

Best Regards

 

Kamil

1 answer

1 vote
Dave C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 20, 2016

This is currently a known bug with WebHooks, https://jira.atlassian.com/browse/JRA-43143. Best course of action currently would be to watch that bug report to track when the bug will be fixed, and upgrade to the fixed version when it is released.

Suggest an answer

Log in or Sign up to answer