Amit Singh 3 Posted November 16, 2019 Posted November 16, 2019 I followed the steps to generate self signed certificate and imported it using keytool successfully. After which, I restarted the Tibco Data virtualization server and when I logged in through studio i received the RMI invocation error. I checked the truststore and it does have the new self signed certificate. So, not sure what is causing the error. Any suggestion if anyone faced same issue before. Erro detail: ERROR 2019-11-16 14:25:57.686 +0530 Utility - ---------------------- SUMMARY -------------------- An internal error has occurred. Cause: Failed to connect to https://localhost:9402/cdms/webapi; nested exception is: java.rmi.RemoteException: HTTP transport error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is: HTTP transport error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target --------------------------------------------------- Thanks & Regards, Amit
Deepak Kuletha Posted November 17, 2019 Posted November 17, 2019 This issue occurs when a server changes their HTTPS SSL certificate, and older version of java doesnt recognize the root certificate authority (CA). Try to add the latest version of JDK. Generally, the error means that the CA certificate is not in your trusted CA store and therefore the JVM doesn't trust it. Your trusted CA store, unless overwritten by configuration settings, is usally the /lib/security/cacerts file. You can check its content with the Java keytool application and add/remove certificates using the same tool. Also try to copy the generated Keystore file to your $JAVA_HOMEjrelibsecurity(c:javajdklibsecuritycacerts)folder and try to runyour web service client again.
Ajay Mundhra 2 Posted November 27, 2019 Posted November 27, 2019 Is it resolved If not then can you please tell your TDV version and in which truststore file you have installed the certs This issue occurs when TDV is unable to locate the certs in intended truststore file. So its important to install the cert in correct trustore file.
Amit Singh 3 Posted December 5, 2019 Author Posted December 5, 2019 Thank you for the response. It is resolved. The certs were not present in Studio truststore (cis_studio_truststore) On importing in studio truststore it worked fine. Thanks & Regards, Amit Singh
Amit Singh 3 Posted December 5, 2019 Author Posted December 5, 2019 Thank you for the response. It is resolved. The certs were not present in Studio truststore (cis_studio_truststore) On importing in studio truststore it worked fine. Thanks & Regards, Amit Singh
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now