The Mule application attempts to connect to the Informatica JMS Queue using the JMS Connector. During the SSL handshake process, the connection fails with the following error:
javax.net.ssl.SSLHandshakeException:
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
Although the Informatica certificate was added to the truststore, the SSL connection continued to fail.
javax.net.ssl|ERROR|Fatal (CERTIFICATE_UNKNOWN):
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
Caused by:
sun.security.validator.ValidatorException:
PKIX path building failed
Caused by:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
org.apache.activemq.artemis.api.core.ActiveMQNotConnectedException:
AMQ219007: Cannot connect to server(s).
The issue is not related to the MuleSoft JMS Connector implementation.
The root cause originates from the WildFly/Apache ActiveMQ Artemis SSL and transport configuration.
ActiveMQJMSConnectionFactory through JNDI instead of an ActiveMQSslConnectionFactory.<tls:context> configuration cannot be propagated to Artemis JNDI-managed connection factories due to architectural limitations.wildfly-config.xml file available in the Mule application classpath.Place wildfly-config.xml under: src/main/resources/
005384657

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.