Expand my Community achievements bar.

Error while configuring HTTPS on AEM 6.5

Avatar

Level 3

Hi,

 

I am trying to set up SSL in AEM using the below document: Use the SSL Wizard in AEM | Adobe Experience Manager

 

I have a valid server certificate (received from the client) along with private key in .der format.

 

But on trying to configure HTTPS using the certificate, I get the below error:

smrithi_govind_0-1719480838660.png

Error:

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

 

Can you please help me understand if I am missing anything. Thank you.

 

Regards,

Smrithi

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

@smrithi_govind 

 

Are you getting this issue on local or server?

These errors generally occur if a firewall is restricting some connections. 

 

If you have ZScaler, please disable it and try


Aanchal Sikka

Avatar

Level 3

Hi @aanchal-sikka , Thank you for your response. 

 

I fixed the problem. I could see the above error when I used 443 port to configure it, but when I used 8443, it successfully configured.

 

But I am still trying to figure out why the port is causing the problem.