Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Crypto Sal
Hi Alexander, As Mark has previously mentioned, there's no entry type of 'privateKeyEntry' which is *required* for the certificate to work. I suspect what has happened is that you might not have been in the directory with your keystore file or you did not specify the right keystore as keytool

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
: Tomcat 5.5.23 with SSL On 14/02/2011 15:45, Alexander Mills wrote: > For reference, > > keytool -list -keystore keystore.kdb > [root@localhost tomcat5]# keytool -list -keystore keystore.kdb Enter > keystore password: > > Keystore type: JKS > Keystore provider: SUN >

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Mark Thomas
On 14/02/2011 15:45, Alexander Mills wrote: > For reference, > > keytool -list -keystore keystore.kdb > [root@localhost tomcat5]# keytool -list -keystore keystore.kdb > Enter keystore password: > > Keystore type: JKS > Keystore provider: SUN > > Your keystore contains 1 entry > > tomcat, Feb 14

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
For reference, keytool -list -keystore keystore.kdb [root@localhost tomcat5]# keytool -list -keystore keystore.kdb Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 1 entry tomcat, Feb 14, 2011, trustedCertEntry, Certificate fingerprint (MD5): FC:XX:XX:8

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
Yes, -rwxr-xr-x 1 tomcat tomcat 1098 Feb 14 12:32 keystore.kdb On 14 Feb 2011, at 15:38, Shaun Farrugia wrote: Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, F

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, February 14, 2011 8:04 AM To: users@tomcat.apache.org Subject: Tomcat 5.5.23 with SSL Hi I'm having issues with usin