Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unable to find valid certification path to requested target

rmuneneSep 7 2018 — edited Sep 11 2018

Hi,

I'm testing a few composites where the external partner uses ssl. The certificates work on the test environment but on prod they generate failing/on recovery instances. See below error.

NB: The setup on prod and test in the same

oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "https://integrations.kra.go.ke:443/ws" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Unable to invoke endpoint URI "https://integrations.kra.go.ke:443/ws" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Also strange that after adding a certificate using below command

keytool -import -trustcacerts -alias krakey -file /export/home/applprod/IntegrationsRootCert.cer -keystore /usr/jdk/instances/jdk1.8.0/jre/lib/security/cacerts

I was still able to add the same certificate using the enterprise manager console and there was no conflict.

Weblogic Domain>Security>Keystore>trust>Manage>import certificate.

Jks location isĀ  /usr/jdk/instances/jdk1.8.0/jre/lib/security/cacerts

How can I resolve this issue?

Your assistance is highly appreciated.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2018
Added on Sep 7 2018
2 comments
5,307 views