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?
Solved! Go to Solution.
Views
Replies
Total Likes
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.h... 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
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.h... 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
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?
Views
Replies
Total Likes
you can go to http://localhost:4502/system/console/configMgr
and Configure "Apache Felix Jetty Based Http" and remove check from Enable HTTP.
Also, now your connection to dispatcher will be secured, in /renders section where aem instance ip and port are mentioned, you will have to provide secure as 1 and perform other tasks on dispatcher as well. Refer https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-ss... to unable HTTPs connection through dispatcher.
Views
Replies
Total Likes
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-wiza... for more details.
Thanks!!
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies