Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57720 invoked from network); 30 Aug 2007 15:34:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Aug 2007 15:34:31 -0000 Received: (qmail 30221 invoked by uid 500); 30 Aug 2007 15:34:15 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 30198 invoked by uid 500); 30 Aug 2007 15:34:15 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 30187 invoked by uid 99); 30 Aug 2007 15:34:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2007 08:34:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.172.178.136] (HELO denver136.server4free.de) (217.172.178.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2007 15:35:11 +0000 Received: from primergy.localnet ([172.16.2.30]) by denver136.server4free.de with esmtp (Exim 3.35 #1 (Debian)) id 1IQp1a-0008Ey-00 for ; Thu, 30 Aug 2007 20:45:50 +0200 Received: from quasar.localnet ([172.16.0.6] ident=cl) by primergy.localnet with esmtp (Exim 4.50) id 1IQm1l-0002MB-3T for users@tomcat.apache.org; Thu, 30 Aug 2007 17:33:49 +0200 Message-ID: <46D6E35C.8000803@l-mx.de> Date: Thu, 30 Aug 2007 17:33:48 +0200 From: Christoph Lechner User-Agent: Thunderbird 1.5.0.9 (X11/20061206) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat keeps breaking/SSL keystore troubles References: <46D6DE34.1030706@l-mx.de> <46D6E0B0.60409@hanik.com> In-Reply-To: <46D6E0B0.60409@hanik.com> X-Enigmail-Version: 0.94.3.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Filip Hanik - Dev Lists wrote: > my guess is that the keystore file doesn't contain your private key, Hi, that's right. Actually the file sent to the CA was created using OpenSSL (as far as I remember). So the keystore isn't the one used to create the CSR. Among the files I have at the moment, there's a .key file, but how to import it? When I dump the self signed certificate that is known to work, I get: dummy@ab-server1:/tmp$ keytool -list -keystore my.keystore Enter keystore password: changeit Keystore type: jks Keystore provider: SUN Your keystore contains 1 entry tomcat, Jul 19, 2007, keyEntry, Certificate fingerprint (MD5): 1D:31:E7:09:DF:AC:ED:B2:A7:09:36:06:E9:B6:69:DD BTW: Looks like it's the same problem like in the thread "Re: Problems with SSL-enabled Tomcat 5.5" CU - C. Lechner --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org