Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-02-02 Thread Samuli Seppänen
should affect the keystorePass parameter handling in Tomcat in any way. So why does "changeit" work but some other password doesn't? Well, go figure. Samuli From: Samuli Seppänen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 and SSL connector: keystore was tampered with [S

Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-02-01 Thread Samuli Seppänen
From: Samuli Seppänen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED] I suppose this Tomcat home does not apply if I use absolute pathnames, like /root/newkeystore? There's always a home directory for the process, usually based o

RE: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-02-01 Thread Caldarale, Charles R
> From: Samuli Seppänen [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 and SSL connector: keystore was > tampered with [SOLVED] > > I suppose this Tomcat home does not apply if I use absolute > pathnames, like /root/newkeystore? There's always a home directory f

Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-02-01 Thread Samuli Seppänen
I had no problems running with a password other than "changeit" on any of 5.5.23, 5.5.25, and various 6.0.x levels. As long as the keystore is built with both passwords the same, everything functions as documented. Take a look at "Troubleshooting" section in http://tomcat.apache.org/tomcat-5.5

RE: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-02-01 Thread Caldarale, Charles R
> From: Samuli Seppänen [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 and SSL connector: keystore was > tampered with [SOLVED] > > My only problem has been the requirement to use the > default password "changeit". I had no problems running with a password

Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-02-01 Thread Samuli Seppänen
From: Samuli Seppänen [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED] Tomcat SSL entries accept the following parameters: - keystorePass (password for the JKS (Java keystore) - keypass (password for the key inside the JKS - keystoreFile

RE: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-01-31 Thread Caldarale, Charles R
> From: Samuli Seppänen [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 and SSL connector: keystore was > tampered with [SOLVED] > > Tomcat SSL entries accept the following parameters: > - keystorePass (password for the JKS (Java keystore) > - keypass (password for t

Re: Tomcat 5.5 and SSL connector: keystore was tampered with [SOLVED]

2008-01-31 Thread Samuli Seppänen
Update on this thing Tomcat+SSL+keystore thing: I dug into the Tomcat 5.5.25 source code to see what's really going on. Here's what I found - hopefully it's useful to someone. Tomcat SSL entries accept the following parameters: - keystorePass (password for the JKS (Java keystore) - keypass (p

Re: Tomcat 5.5 and SSL connector: keystore was tampered with

2008-01-30 Thread Samuli Seppänen
Some additional info: Debian Etch w/o system-wide Java installation These are included in the Funambol sync server bundle (6.5.12): Java Runtime environment 1.5.0 Tomcat 5.5.20 First of all, instead of recipes, I'd prefer to be pointed at information on how to debug this problem. I'm not a p

Tomcat 5.5 and SSL connector: keystore was tampered with

2008-01-29 Thread Samuli Seppänen
Hi! I migrated from Tomcat 5.0 to Tomcat 5.5. I had SSL working in Tomcat 5.0 with both a self-created certificate and a signed (trusted) certificate, both inside a Java keystore (JKS). Now, with Tomcat 5.5 the SSL connector refuses to start with the dreaded "keystore was tampered with" erro

Re: Tomcat 5.5 and SSL

2007-07-19 Thread Peter Stavrinides
I don't use the APR, and I am running on Linux Caldarale, Charles R wrote: From: Peter Stavrinides [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 and SSL what am I missing? Do you have APR installed? If so, the SSL configuration is quite different. If running without APR, di

Re: Tomcat 5.5 and SSL

2007-07-19 Thread Roger
Hi Peter, I've done this and got it working. What I did was the following (on Windows, Tomcat 5.5, Java 1.5): 1) Goto $JAVA_HOME\bin 2) keytool -genkey -alias tomcat -keyalg RSA -keystore c:\websites\keystore\.keystore 3) edit server.xml 3a) uncomment 3b) add the following to this connecto

RE: Tomcat 5.5 and SSL

2007-07-19 Thread Caldarale, Charles R
> From: Peter Stavrinides [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5 and SSL > > what am I missing? Do you have APR installed? If so, the SSL configuration is quite different. If running without APR, did you follow the steps outlined here? http://tomcat.apache.org/tomcat

Re: Tomcat 5.5 and SSL

2007-07-19 Thread Peter Stavrinides
Knock knock... anybody? Peter Stavrinides wrote: Hi All This may be a trivial issue for most, but I am quite new to tomcat. I am trying to configure SSL, These are the steps I took: - I have created a key/value pair using the keytool in suns jdk no problem there - I have configured the http

Tomcat 5.5 and SSL

2007-07-18 Thread Peter Stavrinides
Hi All This may be a trivial issue for most, but I am quite new to tomcat. I am trying to configure SSL, These are the steps I took: - I have created a key/value pair using the keytool in suns jdk no problem there - I have configured the http connector in tomcats server.xml like this: