내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

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

Avatar

Level 9

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.

2 답변 개

Avatar

Employee Advisor

Hi @jayv25585659 ,


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

2. Are you testing your scenarios in author instance ?

Thanks.

Avatar

Level 9

Thanks for the reply @milind_bachani 

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