Re: Tomcat and OpenSSL

2006-04-06 Thread hung ngole
Hi Richa, Thanks for your help! If possible, can you tell me where I can find the Tomcat's documentation about this problem. Thanks, Hung.Richa Misra <[EMAIL PROTECTED]> wrote:Hi Hung, For that, client authentication has to be set to true and certificates need to be presented by client at

Re: Tomcat and OpenSSL

2006-04-06 Thread Richa Misra
Hi Hung, For that, client authentication has to be set to true and certificates need to be presented by client at time of handshake. For e.g if one is using web browser as client then certificates need to be presented by it. Also truststore and keystore must be present as part of tomcat configurat

Tomcat and OpenSSL

2006-04-05 Thread hung ngole
Hi, I'm using OpenSSL + Tomcat 5. I have configured OpenSSL & Tomcat successfully but it just 1-way authentication. Now I want both Server and Client authenticate each other. Can you help me? Thanks in advance! Hung. How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rat

Re: Tomcat and OpenSSL

2002-05-03 Thread Eric Rescorla
"Roberto Samarone Araujo (RSA)" <[EMAIL PROTECTED]> writes: > I don't know if this is an off topic question but, if it is off topic, > I'm sorry. > > I would like to know where I can get information about how to configure > Tomcat + OpenSSL in order to have SSL support on Tomcat. >

Tomcat and OpenSSL

2002-05-03 Thread Roberto Samarone Araujo (RSA)
Hi, I don't know if this is an off topic question but, if it is off topic, I'm sorry. I would like to know where I can get information about how to configure Tomcat + OpenSSL in order to have SSL support on Tomcat. Which lines I need to add on my tomcat server.xml file to enable ss