-----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 
> "module its not working.

What part doesn't work?

> I am not sure how to make Apache & Tomcat work in SSL when using 
> Mod_jk module as i need load balancing

mod_jk does not support SSL communication between httpd <-> Tomcat:
you'll have to terminate SSL at the httpd level. If you want to
encrypt the traffic between httpd and Tomcat, you'll need to use a
VPN, ssh tunnel or stunnel (which is just an automated ssh tunnel).

> Can someone please share the steps for doing ssl setup when apache
> is used along with Tomcat

Have you been able to get httpd working with SSL? Once you do that,
everything else should be straightforward (not that getting httpd
working with SSL is at all difficult).

Just be aware that httpd doesn't use Java keystores, so you'll need to
create your keys and certificates using 'openssl' from the
command-line instead of working with 'keytool'.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlCEVHMACgkQ9CaO5/Lv0PAlIACeIxE9lgHiZaDpiPszUFBD5hiF
lNIAn2MseZynznuQ94/6xitYHJZb05lb
=PUqf
-----END PGP SIGNATURE-----

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

Reply via email to