Re: SSL problem in Tomcat

2006-05-24 Thread Jfk
I know its going to sound silly... but then, i found out the problem. its the -storepass & -keypass. they have to be the same. i thought they are for different purpose... anyway, issue closed. -- View this message in context: http://www.nabble.com/SSL+problem+in+Tomcat-t1601673.html#a4554704 Se

Re: SSL problem in Tomcat

2006-05-24 Thread Jfk
Hi Gavin, I encountered the same problem as you. But i am unable to resolve it like you do. the following is my config. --Server.xml --Server.xml I have the following files in

Re: SSL problem in Tomcat

2006-05-12 Thread Gavin Alexander
Thanks for that Jack. Ironically, I just got things working again not 20 seconds before I got your email. For some reason the .keystore file had stopped working (maybe expired?) and I ended up creating a new one and adding a keystoreFile attribute with path to the new file in tomcat's server.x

Re: SSL problem in Tomcat

2006-05-12 Thread Jack
I have a page that has some config info about SSL with Client Authentication turned on. You could have a look there and see if you find any of it useful. http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 11/05/06, Gavin Alexander <[EMAIL PROTECTED]> wrote: Hi, I a