Forums

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

http to change https

Lior March 6, 2022

Hey everyone.
I wanted   change Jira form http to https , 

Detalis Jira:
app:  Jira Software 

version: 8.18

host: server

I did many steps :

1.Create certificate of type ".pfx".

2.Edit a URL in system of Jira
3.Shut down Jira
4. Install the 'Java 1.8'
5.Create environment variables 'JAVA_HOME'
6. Edit 'Server.xml' file and add 

<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
              maxHttpHeaderSize="8192" SSLEnabled="true"
              maxThreads="150" minSpareThreads="25"
              enableLookups="false" disableUploadTimeout="true"
              acceptCount="100" scheme="https" secure="true"
              sslEnabledProtocols="TLSv1.2,TLSv1.3"
              clientAuth="false" useBodyEncodingForURI="true"
              keyAlias="jira" keystoreFile="<C:\Program Files\Atlassian\Jira\'certifcate name...'" keystorePass="*********" keystoreType="JKS"/>

7.Start up "Jira"
and after all that, this is the screen display ..

1.png


What can I do ?

3 answers

0 votes
Lior March 9, 2022

up

0 votes
Lior March 7, 2022

Up

0 votes
Oliver Siebenmarck _Polymetis Apps_
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.
March 6, 2022

Hi @Lior ,

I'm not much of an expert on the Jira&Windows combination, but it looks like that Jira did not shutdown correctly. You could check whether another Jira process is still running or for a lock file in your Jira install directory. 

Hope that helps,
 Oliver

Lior March 7, 2022

Hey and thanks ,
Always when i write new connector in Server.xml file, and start up Jira it is not respond . and I don't Know what i can do. and i shut down all the Jira process

Suggest an answer

Log in or Sign up to answer