Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-22 Thread Vinny R.
Werner, After having the same problem, I discovered that by default keytool defaults to GNU Classpath, whereas what you want is Java's identically-named keytool. Try this: $JAVA/keytool -genkey -alias tomcat -keyalg RSA -keystore /tmp/tomcat.keystore Where $JAVA is your java install's bin

Fw: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-16 Thread Werner Schalk
PROTECTED] To: Tomcat Users List users@tomcat.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Monday, October 15, 2007 11:05 AM Subject: Re: Tomcat 5.5.25, SSL and invalid keystore format Dear Martin, dear list, it is not really working, to be honest. Here is what I did: 1. step: Deletion

Re: Fw: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-16 Thread Filip Hanik - Dev Lists
: Werner Schalk [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED]; Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 14, 2007 6:01 AM Subject: Re: Tomcat 5.5.25, SSL and invalid keystore format Hello, as I said in my original mail, the problem still persists when I define

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-16 Thread Bill Barker
Gainty [EMAIL PROTECTED] Sent: Monday, October 15, 2007 11:05 AM Subject: Re: Tomcat 5.5.25, SSL and invalid keystore format Dear Martin, dear list, it is not really working, to be honest. Here is what I did: 1. step: Deletion of the old keystore, generation of a new one: debian:~# rm /tmp

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-15 Thread Werner Schalk
and bye, Werner - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 15, 2000 5:48 PM Subject: Re: Tomcat 5.5.25, SSL and invalid keystore format My suggestion is to regen the keystore and write down all

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-14 Thread Werner Schalk
, 2000 1:35 AM Subject: Re: Tomcat 5.5.25, SSL and invalid keystore format Werner--- http://tomcat.apache.org/tomcat-5.5-doc/config/http.html configure your SSL connector to define the path to your keystore file (default is .keystore) keystoreFile= Martin-- - Original Message - From

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-14 Thread Martin Gainty
] To: Martin Gainty [EMAIL PROTECTED]; Tomcat Users List users@tomcat.apache.org Sent: Sunday, October 14, 2007 6:01 AM Subject: Re: Tomcat 5.5.25, SSL and invalid keystore format Hello, as I said in my original mail, the problem still persists when I define the keystore file as /tmp

Tomcat 5.5.25, SSL and invalid keystore format

2007-10-13 Thread Werner Schalk
Hello, I am trying to setup SSL in my Tomcat 5.5.25 (on Debian Linux) and thus downloaded a binary version of Tomcat from the Tomcat website. Now I tried to create a keystore: # keytool -genkey -v -keyalg RSA The server.xml is as follows: Connector port=8443 maxHttpHeaderSize=8192