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 targetThe problem here is you need certificates, you can create one with not-so-straightforward commands lines with the keytool command that comes with your JDK. (Go ahead google for it)... and you have to pass in -D parameters in your JDK call.
Or you can choose to allow everything. See this Stackoverflow doc: https://stackoverflow.com/questions/875467/java-client-certificates-over-https-ssl
No comments:
Post a Comment