-
Support Request
-
Resolution: Handled by Support
-
Medium
-
None
-
6.4.2
-
None
Summary
JIRA WebHooks are not using the -Dhttp.nonProxyHosts configuration. This means that JIRA Web Hooks are using the proxy.
This affects JIRA 6.4.2.
Environment
- JIRA 6.4.2
- Using JIRA with a HTTP Proxy Server
Steps to Reproduce
- Attempt to use a WebHook, while bypassing the proxy
- Observe the Proxy still gets requests from the JIRA Server
- Only by completely removing the JIRA Proxy configurations can you avoid communicating with the Proxy Server.
Expected Results
- JIRA WebHooks should respect the nonProxyHosts argument so that External sites that can not be accessed via the proxy can be reached.
- Any Hostname listed in the nonProxyHosts should not be accessed by a Proxy Server.
Actual Results
- JIRA communicates via a Proxy to hosts listed in the nonProxyHosts argument when using Web Hooks.
Notes
This is duplicated by: JRA-43143 Please use that issue.
Workaround
No reasonable workaround to this issue, other than avoid using a Proxy Server with JIRA if WebHooks are being used.
- duplicates
-
JRASERVER-43143 Webhooks failing to bypass proxy when receiving URL is configured as a nonProxyHost in JVM configuration
- Closed
-
JSB-89 Loading...
- relates to
-
JRACLOUD-43088 Webhook doesn't respect -Dhttp.nonProxyHosts
- Closed