Accessing Integrity from the client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Accessing Integrity from the client
Error connecting to magnalm-prd.ptcmscloud.com:7001: javax.net.ssl.SSLHandshakeException: General SSLEngine problem: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target,
Any help with this would be appreciated
- Labels:
-
Requirements & Validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This error usually means that the Integrity Client does not have the server CA certificate imported.
You need to copy the certificate to the Integrity Client then import it into the Java keystore.
- Copy the <certName>.pem file to the <ClientInstall>\jre\bin directory on the Integrity Client machine
- Execute the following command to import the certificate into the Java keystore on the Integrity Client machine:
- keytool -import -alias <alias> -file <certName>.pem -keystore "<ClientInstall>\jre\lib\security\cacerts"
- ***Note*** The alias option was set during the time of creating the server certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the help.
I did what the Article said
and I get this error... keytool error: java.lang.Exception: Input not an X.509 certificate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
it seems some details from command is not correct like alias, keystore which has been used while creating certificate or certificate format.
Please refer the article CS147810.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, Thank you
That was the issue