Run AEM instance on HTTPS mode with out dispatcher | Community
Skip to main content
New Participant
August 4, 2020
Solved

Run AEM instance on HTTPS mode with out dispatcher

  • August 4, 2020
  • 3 replies
  • 3838 views

We have a request from internal IT, if we can run AEM with https with out using dispatcher.

 

currently we are accessing the aem instance using http://host:port, but they intend us to use https://host:port, what should we do to let AEM run on https on the same port?

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 Nupur_Jain

Hi @ramgopalm545617 

 

You can not run AEM HTTP and HTTPs on same port, you have to give a different port while setting up HTTPS for AEM. 

Refer https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/ssl-by-default.html for setting up HTTPS(SSL).

 

What you can do is restart AEM author instance on some other port than the one you are currently using. Now the HTTP port is different, Now while setting up HTTPs, set the current port as HTTPs port.

 

Hope it helps!

Thanks!

Nupur

3 replies

Kunal_Gaba_
New Participant
August 5, 2020

Please challenge your IT and ask them to setup dispatcher in front of AEM author instance. It is always better for performance and security reasons to have dispatcher in front of AEM. Dispatcher setup does not take much time and is more easier to manage as well. 

New Participant
August 5, 2020
even with dispatcher infront of the AEM instance, they want to make sure AEM is running on https section
New Participant
February 28, 2024

You can use AEM SSL Setup Wizard to run Aem Author on HTTPS by default  will run on 8443 port. It doesnt impact AEM Author and Publisher running on other port. So you all other configuration will not get impacted.

vanegi
Employee
August 4, 2020

Hi @ramgopalm545617,

You can implement SSL to set up an AEM instance to run over HTTPS, please check https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/security/use-the-ssl-wizard.html for more details.

 

Thanks!!

New Participant
August 4, 2020
thanks for the quick response, can we run AEM only on https port and not accessible on http? Will ther be any impact in using the https port in the dispatcher configuration?
Nupur_Jain
Nupur_JainAccepted solution
Employee
August 4, 2020

Hi @ramgopalm545617 

 

You can not run AEM HTTP and HTTPs on same port, you have to give a different port while setting up HTTPS for AEM. 

Refer https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/ssl-by-default.html for setting up HTTPS(SSL).

 

What you can do is restart AEM author instance on some other port than the one you are currently using. Now the HTTP port is different, Now while setting up HTTPs, set the current port as HTTPs port.

 

Hope it helps!

Thanks!

Nupur

New Participant
August 4, 2020

Hi @nupur_jain,

 

thanks for the quick response, can we run AEM only on https port and not accessible on http?

 

Will ther be any impact in using the https port in the dispatcher configuration?