Hi,
I have jira running behind application loadbalancer with SSL termination on the load balancer in AWS. When I am trying to run directory sync and I am seeing failures. When I am checking catalina.out logs I am seeing:
"PKIX path building failed" and "unable to find valid certification path to requested target errors"
These are settings of my connector in server.xml:
<Service name="Catalina">
<Connector
port="8080"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"
scheme="https"
proxyName="jira-prod.domain.com"
proxyPort="443"
keystoreFile="/opt/atlassian/jira/jre/lib/security/cacerts" keystorePass="password"/>
Does anybody experience similar problem?
Does
The most common cause for this kind of error is that the java trust store JIRA is using does not have the SSL certificate for the site/address it is trying to connect to. The KB
Unable to Connect to SSL Services due to PKIX Path Building Failed
also explains this error and steps you can take to troubleshoot this.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.