Re: SSl Query-- please help

2012-10-21 Thread André Warnier
vicky007aggar...@yahoo.co.in wrote: All/Andre, """You could probably do this using mod_proxy_http instead of mod_jk (and a HTTPS Connector in Tomcat). But you should then also accept the overhead.""" Queries : 1. Based on above comment does that mean i can use mod_proxy module in order to

Re: SSl Query-- please help

2012-10-21 Thread vicky007aggarwal
All/Andre, """You could probably do this using mod_proxy_http instead of mod_jk (and a HTTPS Connector in Tomcat). But you should then also accept the overhead.""" Queries : 1. Based on above comment does that mean i can use mod_proxy module in order to have ssl communication between apache

Re: SSl Query-- please help

2012-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vivek, On 10/20/12 2:22 AM, vivek aggarwal wrote: > I need to setup the SSL over my tomcat ,which i am able to do it > by generating Self signed certificate using Keytool Good. > But when i am redirecting the request form apache using "mod_jk > "m

Re: SSl Query-- please help

2012-10-21 Thread André Warnier
Aladin Dajani wrote: Hello, Terminating SSL at the Apache level assumes all tomcat servers behind Apache are on a secure, externally inaccessible, network. My response assumed that, and assumed that the OP wanted to continue using mod_jk for whatever reason. But In cloud-based, hosted sys

Re: SSl Query-- please help

2012-10-21 Thread Aladin Dajani
Hello, Terminating SSL at the Apache level assumes all tomcat servers behind Apache are on a secure, externally inaccessible, network. But In cloud-based, hosted systems, there is no guarantee someone isn't listening. Does this make a case for securing Apache<->tomcat communication? On Oct 21,

Re: SSl Query-- please help

2012-10-21 Thread vicky007aggarwal
Thanks André for such a elaborate reply. Just want to check another thing, is it possible to setup SSL at tomcat level using mod_proxy module.. But i think it does not work in load balancing case. Does my understanding is correct?? Thanks for your support, Vicky On Oct 20, 2012, at 7:21 PM,