Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 7

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

AEM BlogsLinkedIn


View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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

AEM BlogsLinkedIn