This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PKIX path building failed

Hello Members,

last weekend I've ugpraded GW 18.0.2 to 18.1.1 and installed the Enterprise Messaging licence. Now every time I click on "User Mailbox" I get the following error message:

"Error communicating with resource (https://acme.com:7191/soap PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"

And of course the Rules tab under Mailbox Information is empty. I assume, I have to complete the certificate chain in order to get this going, but how?

Regards,

Gellert

  • Verified Answer

    0

    Solved.

    /opt/novell/groupwise/admin/jre/bin/keytool -import -file /mail/cert/netlock.crt -alias Root -storepass changeit -keystore /opt/novell/groupwise/admin/jre/lib/security/cacerts

    /mail/cert/netlock.crt is the public key of the CA. This CA issued the certificate we use for every server, including SOAP.

    Regards,

    Gellert