Re: SSL for modjk and tomcat

2011-11-10 Thread chris derham
Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can handle everything on https). If you have httpd sending traffic via mod_jk to tomcat, you are nearly there. Just configure httpd to listen over ssl. If (instead) you want to encrypt the AJP connection between HTTPD and

Re: SSL for modjk and tomcat

2011-11-10 Thread Harsimranjit singh Kler
Thanks guys .i will take care while posting in future. So far i will go for ssl between browser and httpd only. On Thu, Nov 10, 2011 at 1:40 PM, chris derham ch...@derham.me.uk wrote: Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can handle everything on https).

SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
Hi I am using httpd 2.2.17 modjk 1.2.30 tomcat 6.0.I want to enable SSL in my setup. i Am able to successfully on httpd.but there is lot of confusion how to enable between httpd to AJP AJP to tomcat. There is not specific documentation also. 1) what are step for modjk configurations? 2)Is AJP

Re: SSL for modjk and tomcat

2011-11-09 Thread André Warnier
Harsimranjit singh Kler wrote: Hi I am using httpd 2.2.17 modjk 1.2.30 tomcat 6.0.I want to enable SSL in my setup. i Am able to successfully on httpd.but there is lot of confusion how to enable between httpd to AJP AJP to tomcat. There is no confusion. You can't do that. There is no SSL

Re: SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
hi Thanks for reply. There are some parameters whate they are for i saw like: : JkExtractSSL On JkHTTPSIndicator HTTPS JkSESSIONIndicator SSL_SESSION_ID JkCIPHERIndicator SSL_CIPHER JkCERTSIndicator SSL_CLIENT_CERT and JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

Re: SSL for modjk and tomcat

2011-11-09 Thread Pid
On 09/11/2011 11:20, Harsimranjit singh Kler wrote: Please don't top-post. hi Thanks for reply. There are some parameters whate they are for i saw like: : JkExtractSSL On JkHTTPSIndicator HTTPS JkSESSIONIndicator SSL_SESSION_ID JkCIPHERIndicator SSL_CIPHER

Re: SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
Doing this configuratiosn first time. As per reply AJP not support SSL but still apache can pass some information to tomcat. i found above parameter in documentation : http://tomcat.apache.org/connectors-doc/reference/apache.html but no example how to configure these and how helpful. i dont

Re: SSL for modjk and tomcat

2011-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harsimranjit, On 11/9/11 10:35 AM, Harsimranjit singh Kler wrote: Doing this configuration first time. As per reply AJP not support SSL but still apache can pass some information to tomcat. Correct: mod_ssl will forward the important SSL

Fwd: SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
Hi Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can handle everything on https). If (instead) you want to encrypt the AJP connection between HTTPD and Tomcat, you'll have to use an SSH tunnel because the AJP protocol is not encrypted. Now AJP not support SSL fine. i.e