Fw: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-16 Thread Werner Schalk
Hello, is anyone able to help me with this? I can't get SSL to work on Tomcat 5.5.25, I am still getting the Invalid keystore format or class not found error. Anyone response is greatly appreciated. Thank you. Cheers, Werner. - Original Message - From: Werner Schalk [EMAIL

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-15 Thread Werner Schalk
clientAuth=false sslProtocol=TLS/ --Step by step instructions available here http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html Anything missed? Martin - Original Message - From: Werner Schalk [EMAIL PROTECTED] To: Martin Gainty [EMAIL PROTECTED]; Tomcat Users List users@tomcat.apache.org Sent

Re: Tomcat 5.5.25, SSL and invalid keystore format

2007-10-14 Thread Werner Schalk
: Werner Schalk [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, October 13, 2007 6:33 PM Subject: Tomcat 5.5.25, SSL and invalid keystore format 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

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

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Werner Schalk
Hi, I tried with the Intermediate Cert as well but then I had the same problems (see below). Take a look at the comments on AgentBob's website, one is mentioning putting all certs together to make this work. At least for me it didn't and what I ended up doing was buying a new certificate

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Werner Schalk
Hello, interestingly it did not work for me in the end. Basically I can import the certificate and the private key to rebuild the original keystore using AgentBob's Java code. Fine. Then when restarting Tomcat it does not complain anymore and everything appears to be fine (Tomcat says

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
, Werner. - Original Message - From: Filip Hanik - Dev Lists [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 did you set keyAlias=root in server.xml Werner Schalk wrote: Hello

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
tomcat could be that it just looks for tomcat alias to be existent. this is what I would try next, import the same certificate using the tomcat alias, leave the root alias in there. Filip Werner Schalk wrote: Hello, setting keyAlias=root did not change anything. Then I downloaded the latest

Re: Tomcat keeps breaking/SSL keystore troubles

2007-08-30 Thread Werner Schalk
Hello Christoph, welcome to the club, I am having the same problem. See my thread Problems with SSL-enabled Tomcat 5.5. Bye, Werner. - Original Message - From: Christoph Lechner [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 30, 2007 5:11 PM Subject: Tomcat

Re: Tomcat keeps breaking/SSL keystore troubles

2007-08-30 Thread Werner Schalk
Great piece of code! Now everything is fine with me as well. Thanks to everyone who helped me on this one! I suppose it would be worth adding this piece of code or at least a link to the Tomcat site!!! Bye, Werner. - Original Message - From: Christoph Lechner [EMAIL PROTECTED] To:

Problems with SSL-enabled Tomcat 5.5

2007-08-29 Thread Werner Schalk
Hello, I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a Sun Solaris 10 (Sparc) but it turns out that this appears not to be an easy task. Hopefully you guys can shed some light on this. Basically I do have a Verisign-signed SSL certificate which I would like to add to my

Adding a virtual host in Tomcat 5.5

2007-01-15 Thread Werner Schalk
Hi, as I have now spend several hours trying to get this work, I am asking for your support guys. But please dare with me as I am a complete newbie to Tomcat. Basically I installed Tomcat 5.5 and mod_jk 1.2.20 as decribed in http://gentoo-wiki.com/HOWTO_Apache2_and_Tomcat5 and it works fine