The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring SSL for FishEye with a keystore having multiple certificates

Dave Hergert
Contributor
October 25, 2011

In the FishEye SSL configuration page, it explains how to configure FishEye for SSL. It suggests creating a certificate and adding it to a Java Keystore and pointing FishEye at it. But what if your Java keystore has multiple certificates stored within it? Does FishEye choose the first one? If all your certificates have aliases, can you tell FishEye which one to use (like Tomcat)?

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
PauloP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 29, 2012

Hi

1. The system (Fisheye) will try to find a certificate which the related private key is present. So Fisheye will be able to bind the TCP port and wait for SSL requests.

2. If the related keystore has multiple certificate with valid private keys (for each one), it will try to use the certificate which has the CN value equal to the hostname

In Tomcat, you can add the tag keyAlias (case sensitive) on trying to specify the alias that the app. server should use. However, since Fisheye use Jetty, I don't believe that it could works.

However, if would like to try, open config.xml for editing and add the tag keyalias (not sensitive) with the other ones. For further details, please review the following link:

https://confluence.atlassian.com/display/FISHEYE/FishEye+SSL+configuration#FishEyeSSLconfiguration-configuringssl

Cheers

Paulo Renato

0 votes
David Levy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 26, 2014

Got SSL working on Nexus which also uses Jetty...seems Jetty will default to an alias called... "jetty". Quite obvious when you know the answer... but so frustrating beforehand.

TAGS
AUG Leaders

Atlassian Community Events