George,

On 1/19/16 7:11 PM, George Sexton wrote:
> 
> 
> On 1/19/2016 3:50 PM, Edwin Quijada wrote:
>> Hi!
>>
>> I have 2 instances Tomcat with Apache in front of him working like
>> proxy. Now, I need to know how can I do for using SSL for my app.
>> There is any documento to set Apache + SSL for Tomcat to protected my
>> info.
> 
> The standard HOWTO for Apache httpd would apply. There's no specific
> tomcat differences.

+1

If you are using mod_jk, then all the TLS stuff is transparent to
Tomcat. In fact, mod_jk specifically will forward by default all the
information you will need on the Tomcat side to enforce e.g.
CONFIDENTIAL security-constraints.

If you decide to use mod_proxy_ajp or mod_proxy_http, you may need
additional configuration to forward that information to Tomcat and use it.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to