Thank you page redirects to non-ssl | Community
Skip to main content
crich2784
Level 6
November 19, 2021

Thank you page redirects to non-ssl

  • November 19, 2021
  • 2 replies
  • 1493 views

We are accessing and submitting an Adaptive Form from an SSL URL (https).  When it redirects to the Thank you page, it is using a non-SSL url (http).

 

Is this a configuration issue?

 

Thank you,

Charles

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

2 replies

Mayank_Tiwari
Adobe Employee
Adobe Employee
November 20, 2021

Please refer to this article and check if it fixes the issue:

 

 

crich2784
crich2784Author
Level 6
November 20, 2021

Thanks Mayank.  I guess I needed to mention other details.

 

I am running AEM 6.5.

I have apache in front of AEM that has the SSL.  Apache to AEM is http.

I do not have a dispatcher.

 

I reviewed the instructions and tried changing to X-Forwarded-Proto and value - didn't work.

I reviewed the Jetty configuration and Proxy is Enabled.  I toggled anyway but, no luck either.

Is there a configuration on Apache?

I can workaround for now but, this is a problem.  Should I open a ticket?

Mayank_Tiwari
Adobe Employee
Adobe Employee
November 23, 2021

Yes, I can install SSL on AEM - we have done that at the customer.

 

However, in our dev environments, I do not want to install our certificate - it's a security issue.  We have a centralized Apache server in front of our dev servers.  I guess I could sign a self signed certificate but, it sure seems like this should work. 

 

What is the purpose of "Proxy server enabled"?


The proxy server acts as an intermediate server that relays requests between a client and a server. The proxy server keeps track of all the client-server interactions and outputs a log of the entire TCP communication. This allows you to monitor exactly what is going on, without having to access the main server.

For more details, please refer to this documentation.

Mayank_Gandhi
Adobe Employee
Adobe Employee
December 1, 2021

@crich2784 Where is the thank you page hosted? On same AEM instance?

 

crich2784
crich2784Author
Level 6
December 1, 2021

It is the default page going to same server.