SSLVerifyClient none
SSLCACertificateFile conf/ssl.crt/ca.crt
<Location /secure/area>
SSLVerifyClient require
SSLVerifyDepth 1
</Location>
Can you define more precisely, what you meant with "don't work"?? What's exactly the problem?
From: Rodrigo Correa de Paiva [mailto:rodrigocorreapaiva@xxxxxxxxx]
Sent: miércoles, 30 de abril de 2008 16:32
To: users@xxxxxxxxxxxxxxxx
Subject: Apache + tomcat + ssl
hi all,
i have a apache 2.0.63 doing load balancer betwen 2 tomcat 6.x, each tomcat are running 3 applications, now i need 2 of this applications running with ssl, and the other one without ssl.
I already try some things but none of than works.
Someone have a idea?
TY