Getting an error while generating access token
Hello Everyone,
I need to generate an access token using Service token which i got in JAVA step but getting an exception in "results_ACT = restTemplate.exchange(listUrl, org.springframework.http.HttpMethod.GET, request_ACT, String.class);".
Exception is: "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is 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"
Thanks & Regards,
Rohith M