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 : Luiz Felipe

Comment Added at : 2011-10-14 14:10:13

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
I've managed to solve this editing WEB-INF/components.xml on the <mail> tag. I've added: tls="false"

Worked like a charm.


View Tutorial