Author Message
chengcheng
Joined: Mar 30, 2017
Messages: 11
Offline
when i run my application,i got the following 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
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964)

then i did the following:
window->perferences->Avaya Aura->Orachestration Desinger->Certificates
1?Add the ***.crt(This file is provided by the interface vendor)
2?restart eclipse

Test application again,Got the following error:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No X509TrustManager implementation available
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964)

Environment: OD7.2.1, JDK1.8, tomat8.5;
how to solve this problem?
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I think there is something wrong with the certificate that you added to the truststore. You can also examine the truststore file to see if there is anything wrong using utility tool. The truststore file that you've added the certificate to is called trusted_weblm_certs.jks in the Tomcat/lib directory.
chengcheng
Joined: Mar 30, 2017
Messages: 11
Offline
WilsonYu wrote:I think there is something wrong with the certificate that you added to the truststore. You can also examine the truststore file to see if there is anything wrong using utility tool. The truststore file that you've added the certificate to is called trusted_weblm_certs.jks in the Tomcat/lib directory.



the certificate has added into the trusted_weblm_certs.jks
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Then there is something wrong with the certificate.
Go to:   
Mobile view