How to call https rest endpoint URL in AEM | Community
Skip to main content
May 17, 2018

How to call https rest endpoint URL in AEM

  • May 17, 2018
  • 5 replies
  • 3368 views

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]

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

Jitendra_S_Toma
Level 10
July 6, 2018

Hi,

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

Regards,

Jitendra

joerghoh
Adobe Employee
Adobe Employee
July 7, 2018

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

Jörg

kautuk_sahni
Community Manager
Community Manager
July 10, 2018

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
Adobe Employee
July 10, 2018

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

smacdonald2008
Level 10
July 10, 2018

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