Programming Tutorials

Comment on Tutorial - 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 By Ramlak



Comment Added by : ALFREDO

Comment Added at : 2012-09-18 16:22:16

Comment on Tutorial : 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 By Ramlak
Hi. I put the file .cert in two paths:
C:\Progra~2\Java\jre6\lib\security\cacerts

C:\progra~2\Java\jdk1.6.0_17\jre\lib\security\cacerts

The certificate is validated for one application, that is Developer por Remedy, here is correct.

But when i use the client AR User, i get the error. I dont know if i need to put the file .cert in other cacerts of my application, likes this path:

D:\Program Files (x86)\BMC Software\ARSystem\BMCARSystemInstallJVM\lib\security

Somebody can help me please.
Thanks


View Tutorial