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="[]|{}^\`"<>"
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
---------------------------------------------------
Restarted jira, but it does not like the https URL. Not sure what I am missing. Appreciate any help/pointers in this regards.
Thanks!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.