Re: Invalid Keystore Format Exception

2008-01-30 Thread Ole Ersoy
Hi Vamsi, I tried: $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -storetype JKS Thanks for the suggestion though, - Ole Vamsavardhana Reddy wrote: May be you should use the -storetype JKS to be sure of the format in which the keystore is generated. ++Vamsi On Jan 30, 2008 11:11

Re: Invalid Keystore Format Exception

2008-01-30 Thread Vamsavardhana Reddy
Seems strange. Can you send a keystore file that you generated along with the passwords you used for the keystore as well as the key (you can generate one with password secret say)? May be I can investigate if there is something wrong with the keystore. Also, what JDK/JVM are you using?

Re: Invalid Keystore Format Exception

2008-01-30 Thread Ole Ersoy
Seems strange. Agreed - It used to be real easy :-) Can you send a keystore file that you generated along with the passwords you used for the keystore as well as the key (you can generate one with password secret say)? Absolutely - Thanks for being so helpful. Here's what I did: [EMAIL

Re: Invalid Keystore Format Exception

2008-01-30 Thread Ole Ersoy
Hmmm...Maybe it's an IcedTea thing. I looked here: http://www.ensode.net/java_fedora_8_icedtea.html I'll give the Sun JDK a shot. Cheers, - Ole Vamsavardhana Reddy wrote: Seems strange. Can you send a keystore file that you generated along with the passwords you used for the keystore as

Re: Invalid Keystore Format Exception

2008-01-30 Thread Ole Ersoy
OK - Looks like it's an IcedTea thing. I installed JDK 1.6, regenerated the key, and now it works fine. Thanks again for all the helpful suggestions, - Ole Vamsavardhana Reddy wrote: Seems strange. Can you send a keystore file that you generated along with the passwords you used for the

Re: Invalid Keystore Format Exception

2008-01-30 Thread Vamsavardhana Reddy
Glad that your problem is solved :) ++Vamsi On Jan 30, 2008 10:38 PM, Ole Ersoy [EMAIL PROTECTED] wrote: OK - Looks like it's an IcedTea thing. I installed JDK 1.6, regenerated the key, and now it works fine. Thanks again for all the helpful suggestions, - Ole Vamsavardhana Reddy

Invalid Keystore Format Exception

2008-01-29 Thread Ole Ersoy
Hi, I'm trying to get SSL working real quick for some experiments, and I did this: $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA Answered the questions, got .keystore to appear in my home directory and then I uncommented the SSL Connector element in server.xml and filled out the

Re: Invalid Keystore Format Exception

2008-01-29 Thread Vamsavardhana Reddy
May be you should use the -storetype JKS to be sure of the format in which the keystore is generated. ++Vamsi On Jan 30, 2008 11:11 AM, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, I'm trying to get SSL working real quick for some experiments, and I did this: $JAVA_HOME/bin/keytool -genkey