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 wrote:
> >
> > Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can
> > handle everything on https).
> >
>
> If you hav
>
> 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 HTTP
-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 inf
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 kn
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
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
JkEx
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 va