Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to instruct Rest to use a proxy

Gerard Dens May 15, 2012

I'm developping a external app for Jira 4.3.x. Unfortunately I do not have a direct access from my development environment to the jira server. I need to use a https proxy.

Any suggestion how I can instruct my jirarestclient to use a proxy in stead of directly the target the remote jira system?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
May 15, 2012

If you're using Java, then set the proxy...

Add these...

-Dhttps.proxyHost=proxy.example.org 
-Dhttps.proxyPort=8080
-Dhttps.nonProxyHosts=*.foo.com|localhost

to JAVA_OPTS

TAGS
AUG Leaders

Atlassian Community Events