Dear Comunity,
Hope you are doing good.
Currently I am working with one of the setup which was already configured by someone else and one of the node in jira datacenter is not redirecting to 8443, on the server it is working on localhost:8080, but it is not working on 8443 or the base url.
even telnet to 8443 is getting failed, I have almost kept both nodes configuration same.
Following is the server.xml and web.xml attributes updated.
It would be a great help if you could give me some pointers
server.xml
<Connector SSLEnabled="true" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
acceptCount="100" clientAuth="false" connectionTimeout="20000" disableUploadTimeout="true"
enableLookups="false" keyAlias="**.**.**.**"
keystoreFile="C:/Program Files/Atlassian/Application Data/Jira/certfile"
keystorePass="****" 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"/>
<Connector port="8080" 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"/>
web.xml
<security-constraint>
<web-resource-collection>
<web-resource-name>all-except-attachments</web-resource-name>
<url-pattern>*.jsp</url-pattern>
<url-pattern>*.jspa</url-pattern>
<url-pattern>/browse/*</url-pattern>
<url-pattern>/issues/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
</web-app>
Thank You,
BAZ
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.