Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

How to call https rest endpoint URL in AEM

Avatar

Level 1

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]

5 Replies

Avatar

Level 9

Hi,

Are you running your AEM Instance on https and have used the same certificate?

Regards,

Jitendra

Avatar

Employee Advisor

What exception do you get from AEM? Are you using the same local JDK for your test program as for AEM?

Jörg

Avatar

Administrator

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.



Kautuk Sahni

Avatar

Employee

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

Avatar

Level 10

Please let us know if you have tried the suggestions posted in this thread.