Skip to Content
0
Former Member
May 31, 2018 at 04:34 PM

PKIX path validation failed With Datahub 6.6

502 Views

We are getting following exception while publishing from datahub to hybris

Caused by: javax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed

We are upgrading from 5.6 (hybris + DH) to 6.6 (hybris + DH)

Here are datahub (local.properties) entries :

         datahub.security.https.enabled=false
        datahubadapter.security.https.enabled=false
        datahub.security.ssl.trustStore=classpath:datahub.jks
       datahub.security.ssl.trustStorePassword=123456

Hybris local.property has following entry

       datahubadapter.security.https.enabled=false