After org.apache.felix.http changed to https only, Local AEM is Broken | Community
Skip to main content
Level 6
July 15, 2022
Solved

After org.apache.felix.http changed to https only, Local AEM is Broken

  • July 15, 2022
  • 1 reply
  • 1078 views

I made a change in http://localhost:4502/system/console/configMgr/org.apache.felix.http to enable HTTPS, and once I saved, I am not longer able to access my AEM environment at all. http://localhost:4502 is completely broken. No response from the server at all.

 

How can I reverse this and remove HTTPS only?

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

Hi @supportmember ,

You can try these,

  1. Stop AEM and navigate /crx-quickstart/launchpad/config/org/apache/felix/http.config and change org.apache.felix.https.enable=B"true" to org.apache.felix.https.enable=B"false". OR
  2. HTTPS is enabled by default on port 443 - try to visit hit with that port. OR 
  3. https://localhost:4502

Mostly 1st step should resolve your issue.

Hope that helps!
Regards,

Santosh

1 reply

SantoshSai
Community Advisor
SantoshSaiCommunity AdvisorAccepted solution
Community Advisor
July 15, 2022

Hi @supportmember ,

You can try these,

  1. Stop AEM and navigate /crx-quickstart/launchpad/config/org/apache/felix/http.config and change org.apache.felix.https.enable=B"true" to org.apache.felix.https.enable=B"false". OR
  2. HTTPS is enabled by default on port 443 - try to visit hit with that port. OR 
  3. https://localhost:4502

Mostly 1st step should resolve your issue.

Hope that helps!
Regards,

Santosh

Santosh Sai