>- Original Message
>From: Krist van Besien <[EMAIL PROTECTED]>
>
>You can't do what you are trying to do. Passing SSL without decrypting
>it to tomcat is something that can't be done with apache. How is
>apache to know what to do with a request when the request is just a
>stream of appare
Hi,
I am trying to setup a tomcat web app in a hosted environment. The hosted
environment uses apache and virtual hosts to pass requests for certain domains
onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt
and pass the http request to tomcat. Do I need to use a c