Expand my Community achievements bar.

SOLVED

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

Avatar

Level 6

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 @AEMWizard ,

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @AEMWizard ,

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