Forums

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

configure ssl and redirect to https

Gauri Velankar January 31, 2022

HI,

 

I have ssl certificate, need to install that in jira to make it open from http to https.

Thanks & Regards,

Vishwanath BM

9980116466

1 answer

1 vote
Pramodh M
Community Champion
January 31, 2022

Hi @Gauri Velankar 

Here's the approach

https://confluence.atlassian.com/adminjiraserver/running-jira-applications-over-ssl-or-https-938847764.html

Let us know what method you are following?

Thanks,

Pramodh

Gauri Velankar February 1, 2022

tried these methods, but still unable to make it. It is asking us to generate new key. As I have already having ssl certificate for my domain. need to add that to jira,. Kindly help us

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.
February 1, 2022

You'll need to tell us what method you are using to set up SSL, and what you are doing differently to what the docs say to do.

Gauri Velankar February 1, 2022

I have imported my certificate to "cacerts" as mentioned in the link. And In server.xml file I have changed values to

" Connector port="8443" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false" secure="true" scheme="https"
proxyName="<domain.name>.com"> proxyPort="443"

 

Changed based URL in the web GUI to https:mydomain

Suggest an answer

Log in or Sign up to answer