Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've got an exception "Caused by: 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" in my tRestClient.
I'd like to have a step by step guide on SSL certificate installation to solve this error. The job run on OpenJDK RE 7u121.
Thanks for your time
You need to setup a keystore (where you save your trusted certificates) and access it with tKeyStore component before you connect to your api with tRestClient.
This is too much of a hasle,
However I switched using tSystem and curl command, redirects, cookies, full flexibility ... trust me on this
Is anybody out there ?
You need to setup a keystore (where you save your trusted certificates) and access it with tKeyStore component before you connect to your api with tRestClient.
This is too much of a hasle,
However I switched using tSystem and curl command, redirects, cookies, full flexibility ... trust me on this