http

Christopher Mans May 7, 2019

Jira was setup with a ssl cert but we are not going to renew it. how do I restore jira to only use Http port 80 and not ssl?

1 answer

0 votes
sara
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.
May 7, 2019

Hi,

Where you configured https in proxy or tomcat?

 

You can change scheme=https to http in server.xml

Christopher Mans May 7, 2019

Hi

I think it's tomcat, a rappid ssl cert was used but has now expired.

Christopher Mans May 7, 2019

<Connector SSLEnabled="true" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true"
enableLookups="false" keyAlias="tomcat" keystoreFile="/home/sysadmin/.keystore" keystorePass="xxxxxx"
clientAuth="false" keystoreType="JKS" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25"
port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslProtocol="TLS" useBodyEncodingForURI="true"/>

Suggest an answer

Log in or Sign up to answer