Hi all,
I need to call the following rest endpoint from one of AEM java model/servlet.
https://localhost:9002/ws410/rest/catalogs/fanengagement/catalogversions/Staged/products/11009
I am getting the following exception.
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
So I installed the .cer file in my local jdk.
Then I was able to call the above rest point from a static java program.
But I am still unable to call this url from my AEM servlet / model.
Can anyone tell me the steps that I need to follow for successful invocation of the rest url
Thanks,
Suswan
[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
[Comments is to ask about the operation of the Forum, not a specific program]
[Moved from the Comments forum to the specific Program forum... Mod]
Views
Replies
Total Likes
Hi,
Are you running your AEM Instance on https and have used the same certificate?
Regards,
Jitendra
Views
Replies
Total Likes
What exception do you get from AEM? Are you using the same local JDK for your test program as for AEM?
Jörg
Views
Replies
Total Likes
Check:
If there was a missing certificate in my truststore that wasn't allowing full certificate chain validation. Root CAs are in JVM, so if author is configured with CA signed certificates you should not see handshake exceptions. If this is same instance, try to make links relative instead of absolute.
Views
Replies
Total Likes
Can you add '-Djavax.net.debug=all' to your startup arguments, restart the system and retest the scenario ? Once replicated, share the stdout.log for review
Views
Replies
Total Likes
Please let us know if you have tried the suggestions posted in this thread.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies