Sorry, but I can't use apache httpd separately... only tomcat.. :(

someone said me:

> ok, I think the solution is this ....
> create a CA ... then, import the CA public key into key-store
> sign each client certificate with CA private key ..
> I believe this will mean that when Tomcat requests client certificate, it
can be checked against the CA public key in keystore ...
> have a look at this ..

what do you think about it?
and if it helps... how to do it....
Thanks!

On Tue, Feb 16, 2010 at 1:40 PM, Mikolaj Rydzewski <m...@ceti.pl> wrote:

> Andrey D wrote:
>
>> I have a small troubles with SSL certificates integration for tomcat 6.0.
>> Of course I've read the FAQ and SSL tutorial but my situation is not
>> described in that help sheets in details...
>>
>>
> Well, maybe it does not address your problem directly. I found it's much
> easier to work with following configuration:
>
> apache httpd (+ SSL) -> mod_proxy_ajp -> tomcat
>
> AJP connector is aware of SSL being used by apache.
>
> --
> Mikolaj Rydzewski <m...@ceti.pl>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to