The fisheye tag has no wiki summary.
1
vote
1answer
164 views
Atlassian FishEye + Crucible under Reverse Proxy
I have an instance of Atlassian FishEye+Crucible running in a server in a standard HTTP connection. But we need this instance to be also accessed from outside, over a HTTPS connection. Proposed ...
1
vote
1answer
179 views
Fisheye + Nginx Reverse Proxy
I'm trying to run Fisheye behind a proxy. So far, I've managed to get Jira and Stash to work behind the proxy, but not Fisheye.
Here's my config file in Nginx:
server {
listen 80;
server_name ...
0
votes
1answer
184 views
IIS 7.5 URL rewrite is dropping parts of URLs with a tilde (~)
I'm trying to run a reverse proxy through to a website running locally through IIS to get SSL functioning. I've got all my rules set up so that I can see 90% of the site perfectly. The application ...
2
votes
1answer
416 views
Have FishEye+Crucible start at boot on Ubuntu
I asked this question at Atlassian but figured serverfault might be more appropriate as it's more of a sysadmin question than an Atlassian question:
I have been attempting to follow this guide to ...
1
vote
1answer
590 views
Can't import SSL key using keytool
I have a problem with keytool tool.
I have a FishEye/Crucible server which needed to be connected to my Jira server. My Jira server uses SSL. I'm trying to import ssl certificate using the following ...
0
votes
1answer
407 views
Installation of Fisheye on ubuntu server is complete but hostname:8060 not responding, what's wrong?
After jira installation using the mod_proxy setup to access projects.mysite.com/jira, Which is perfectly working fine. I wanted to install fisheye on same system to access GIT repository on jira.
...