You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
My configuration
Jira
2 Connectors
1 listening on port 8080 for https requests. (for outside traffic proxied through Apache)
1 listening on port 8081 for http requests. (for communicating with other Atlassian products. for instance, it is set up to communicate with Stash on this port)
<connector port="8080" <="" p="">
maxThreads=150
minSpareThreads=25
connectionTimeout=20000
enableLookups=false
maxHttpHeaderSize=8192
protocol=HTTP/1.1
useBodyEncodingForURI=true
redirectPort=8443
acceptCount=100
disableUploadTimeout=true
scheme=https
proxyPort=443/>
<connector port="8081" <="" p="">
maxThreads=150
minSpareThreads=25
connectionTimeout=20000
enableLookups=false
maxHttpHeaderSize=8192
protocol=HTTP/1.1
useBodyEncodingForURI=true
redirectPort=8443
acceptCount=100
disableUploadTimeout=true/>
<context path="/jira" <="" p="">
Crucible
<web-server context="/fisheye">
<http bind=":8060" proxy-port="443" proxy-scheme="https" proxy-host="www.myurl.com/">
Ideally, I'd be able to set up a http port in crucible for communicating with other Atlassian products behind our firewall, but that doesn't seem to be supported?
I'm trying to set up the application link between Jira and Crucible following the instructions here. https://confluence.atlassian.com/display/CRUCIBLE/JIRA+Integration+in+Crucible
In crucible, I go to Add Application Link.
Step 1. For the server URL I put in http://192.168.1.88:8081/jira. which can be navigated to on our network just fine. click next.
Step 2. I enter the username and password. The Reciprocal link URL says https://www.myurl.com/fisheye. I can go to that url on a browswer just fine, but when I click next I get an error message that says.
The Remote application is not able to connect to 'www'(FishEye / Crucible) by using the URL 'https://www.myurl.com/fisheye'.
Any ideas?
Hint: Use the Hercules scan in support tools in JIRA administration and it will suggest the articles that will point you to the right direction.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.