views:

19

answers:

0

Scenario:

Client connects to apache via HTTPS. Apache has a BalancerMember which connects via HTTP to a tomcat.

Problem.

the response from tomcat to apache and then to the client browser is HTTP. Would want this to be HTTPS since the client connected via HTTPS.

Not sure how to do this. Any tips/guidance would be appreciated.