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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.