Forums

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

Configure Jira site to SSL

Eyal Dolev December 3, 2018

Hi

we want to change our jiras website to HTTPS.

how can we do so with using our company certificates and not with the java keystore?

 

many thanks

E

2 answers

1 accepted

0 votes
Answer accepted
Eyal Dolev December 20, 2018

Hi Alexis & Nic

we were able to configure the jks file and successfully configured the SSL certificates.

thanks you both for your assistance

 

many thanks

Eyal

1 vote
Alexis Robert
Community Champion
December 3, 2018

Hi @Eyal Dolev

 

you can easily integrate your company SSL certs with Jira using Apache as a reverse proxy, as described in this documentation.

 

You will need to setup Apache, point your DNS record for Jira to Apache IP and create a vhost that will point to your SSL certs.

All this is explained in the doc with examples for Apache configuration etc.

 

Let me know if you have any questions, 

 

--Alexis 

Eyal Dolev December 3, 2018

Hi Alexis

 

first of all thanks you,

your solution is not doable due to security dep. demands.

any other solution using our current infrastructure?

 

thanks

Alexis Robert
Community Champion
December 3, 2018

Hi @Eyal Dolev

 

you probably can adapt this kind of architecture to your current infra, Apache was just an example, the same can be achieved with IIS, or nginx. 

What are your security needs for this solution ? 

Eyal Dolev December 3, 2018

Hi Alexis

is there any configuration that can be done on the Jira server it self?

we cannot use proxy of any kind.

i found couple of articles about using java keystore but cannot conifgure with our pfx.

can the windows cert authority can be used in the config?

many thanks

E

Alexis Robert
Community Champion
December 3, 2018

Hi, 

 

without using Apache you will need to import SSL certs to Tomcat as described here.

You will probably need to convert your pfx cert to a compatible format, you'll have to check the keytool documentation for this. This page could be useful as well.

Eyal Dolev December 6, 2018

Hi Robert

Again thanks for the assistance, is there another friendly way to use our certificates to configure the HTTPS option?

 

the articles you attched  (the tomcat import)is very unclear.

 

thanks

Eyal

Alexis Robert
Community Champion
December 6, 2018

Hi @Eyal Dolev

 

the Tomcat import is a bit complicated but will provided end to end encryption without the need for additional proxy server. 

I do not know any other way to implement SSL certificates.

 

--Alexis

Nic Brough -Adaptavist-
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 Leaders.
December 6, 2018

ALexis is right - to do SSL "in" Jira, there's only one place to do it - the Tomcat that is running Jira.  Anything else requires more software and a proxy server is in fact easier and faster than doing in the Tomcat, and can be a LOT more user-friendly.  But you still need more software to provide the transport.  There are options other than a proxy, but the proxy is the usual way to do it, as well as easiest.

Suggest an answer

Log in or Sign up to answer