how do I configure AEM to use HTTP instead of HTTP when creating links? | Community
Skip to main content
jayv25585659
Level 8
March 21, 2022

how do I configure AEM to use HTTP instead of HTTP when creating links?

  • March 21, 2022
  • 1 reply
  • 700 views

might be best with examples.

 

1. in my RTE component, I created a link to "/content/mysite/en".

2. using the built-in image component, I configured to link to "/content/mysite/en".

 

in both examples, the rendered page uses HTTP. I want it to use HTTPS. I'm trying to avoid writing a custom Java code if there's a built-in solution already available.

 

some info:

Thank you.

 

PS. I had a look at sling mappings (which I'm done in the past but had to revisit) and I'm unsure if it can do what I want.

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

1 reply

milind_bachani
Adobe Employee
Adobe Employee
March 21, 2022

Hi @jayv25585659 ,


1. Do you have SSL configured for the website to using HTTPS ?

2. Are you testing your scenarios in author instance ?

Thanks.

jayv25585659
Level 8
March 22, 2022

Thanks for the reply @milind_bachani 

I've edited the original post to answer your questions.