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
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 k
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 we
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:
[EMAI
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?
++Vam
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:1
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 -ge
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
ke