You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by neal <ne...@yahoo.com> on 2002/09/20 21:46:23 UTC

SSL - error!

I am getting this error:

java.io.IOException: keystore was tampered with, or password was incorrect

Does anyone know what this is about?  I searched on Deja (aka Google groups)
and found a thread suggesting it may be a password issues, that Tomcat will
only with with a passcode of "changeit".   First off, is this correct?

Second, if there is a problem with our keystore file, does that mean we need
a new CERT?

Thanks!
Neal


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: SSL - error!

Posted by Mehmet Birgi <me...@birgi.ch>.
If the password is not "changeit", you have to define it explicitly in the
server.xml file. Also, the keystore password *must* be the same as the
password for the certificate in the keystore.


----- Original Message -----
From: "neal" <ne...@yahoo.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, September 20, 2002 9:46 PM
Subject: SSL - error!


> I am getting this error:
>
> java.io.IOException: keystore was tampered with, or password was incorrect
>
> Does anyone know what this is about?  I searched on Deja (aka Google
groups)
> and found a thread suggesting it may be a password issues, that Tomcat
will
> only with with a passcode of "changeit".   First off, is this correct?
>
> Second, if there is a problem with our keystore file, does that mean we
need
> a new CERT?
>
> Thanks!
> Neal
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: keystore.name

Posted by Mehmet Birgi <me...@otego.com>.
----- Original Message -----
From: "neal" <ne...@yahoo.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, September 20, 2002 11:31 PM
Subject: SSL: keystore.name


> The file generated from keytool was keystore.name ... not *.keystore.
Could
> this be the reason we are getting the follwing error:
>
> > java.io.IOException: keystore was tampered with, or password was

no, the file name is not important. do you have the same password for the
keystore and the certificate?

>
> If so, why did this happen and what is the solution?
>
> Thanks.
> Neal
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


SSL: keystore.name

Posted by neal <ne...@yahoo.com>.
The file generated from keytool was keystore.name ... not *.keystore.  Could
this be the reason we are getting the follwing error:

	> java.io.IOException: keystore was tampered with, or password was

If so, why did this happen and what is the solution?

Thanks.
Neal



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: SSL different in 3.3 v 4.1?

Posted by neal <ne...@yahoo.com>.
I am trying to get SSL to work in v 4.1 ... no luck so far.  BUT I ran
across someone having the same error working with 3.3 and he posted a
corrected server.xml connector example.  In it, his connector's class name
is:

	org.apache.tomcat.service.PoolTcpConnector

but in the 4.0 example SSL node, the connector's class name is:

	org.catalina.connector.http.HttpConnector.

Why would this be?  Did this change from version 3.3 to 4?  If I implement
PoolTcpConnector and the older connector configuration, do you think it will
fix this error I am getting:

> java.io.IOException: keystore was tampered with, or password was incorrect

Thanks.
Neal




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: SSL - error!

Posted by neal <ne...@yahoo.com>.
We have done the following to out connector:

keystorePass=password
keystoreFile=the location of out keystore.name

and we are getting the following error: java.io.IOException:
java.io.IOException: keystore was tampered with, or password was incorrect.

Does anyone know a solution or know what's going on?

Thanks.
Neal


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>