RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Ben Iggulden
e towards. Now I look again at the large bold warning atop the SSL how-to I see just what I'd managed to miss... -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: 10 July 2007 13:42 To: Tomcat Users List Subject: RE: https in Tomcat 5.5 via basic JKS k

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Caldarale, Charles R
> From: Ben Iggulden [mailto:[EMAIL PROTECTED] > Sent: 2007 July 09, Monday 20:12 > keystore..not doing what it should ! > > I'm trying to verify this as the problem by closing Eclipse > and running Tomcat directly Try running it from a command prompt rather than as a service. There may be som

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Ben Iggulden
arles R [mailto:[EMAIL PROTECTED] Sent: 10 July 2007 00:04 To: Tomcat Users List Subject: RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should ! > From: Ben Iggulden [mailto:[EMAIL PROTECTED] > Subject: RE: https in Tomcat 5.5 via basic JKS keytool > keyst

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Caldarale, Charles R
> From: Ben Iggulden [mailto:[EMAIL PROTECTED] > Subject: RE: https in Tomcat 5.5 via basic JKS keytool > keystore..not doing what it should ! > > Is this keystore password supposed to be changed as I have presumed > (ensuring the same is used in the server.xml connec

Re: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Hassan Schroeder
On 7/8/07, Ben Iggulden <[EMAIL PROTECTED]> wrote: Is this keystore password supposed to be changed as I have presumed (ensuring the same is used in the server.xml connector's keystorePass attribute as is used in generation) Yes, using a different password works for me per the docs on my exist

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-08 Thread Ben Iggulden
I've worked around the "java.io.IOException: Keystore was tampered with, or password was incorrect" problem now and that was the cause of it all. I can clear the problem by using the password "changeit" as I generate my key, and by not using the keystorePass attribute on the connector in the serve