Forums

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

HTTPS/SSL configuration on Jira software

Avanti Brahmnalkar
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!
September 23, 2020

Jira software Server 8.11.1 is installed on RedHat Enterprise Linux Server. Trying to configure SSL.

 

server.xml file 

--------------

<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"
maxHttpHeaderSize="8192" SSLEnabled="true" relaxedPathChars="[]|"
maxThreads="150" minSpareThreads="25"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
sslEnabledProtocols="TLSv1.2,TLSv1.3"
clientAuth="false" useBodyEncodingForURI="true"
keyAlias="xxxx" keystoreFile="/usr/local/bin/xxxx.jks" keystorePass="xxxxxx" keystoreType="JKS"/>

 

Jira software administration - base URL is set to

---------------------------------------------------

https://jira.as.cdc.gov:8443

 

Restarted jira, but it does not like the https URL. Not sure what I am missing. Appreciate any help/pointers in this regards.

 

Thanks!

 

 

 

1 answer

0 votes
Daniel Ebers
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.
October 18, 2020

Hi Avanti,

welcome to the Atlassian Community!

Unfortunately this can caused by a many of circumstances. Did you make sure the SSL certificate is stored properly into keystore?

Maybe also only a firewall is blocking access which might be to checked on system (OS) level.

You seem to terminate SSL connections at tomcat level. Please review documentation available for that topic if anything should be missing.

Please also review documentation which suggests setting up a reverse proxy terminating SSL connections.

Cheers,
Daniel

Suggest an answer

Log in or Sign up to answer