Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 977A8FD1A for ; Wed, 20 Mar 2013 19:10:14 +0000 (UTC) Received: (qmail 56373 invoked by uid 500); 20 Mar 2013 19:10:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 56188 invoked by uid 500); 20 Mar 2013 19:10:10 -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 56179 invoked by uid 99); 20 Mar 2013 19:10:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 19:10:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cedric.couralet@gmail.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-la0-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 19:10:05 +0000 Received: by mail-la0-f44.google.com with SMTP id eb20so3652047lab.3 for ; Wed, 20 Mar 2013 12:09:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=TcY9mwrHQyFEMPQK7oB5K/JFZ/BPlRdV4Jjkl5Ocjo8=; b=mHdIewIB9PS+ADg8T4uSrevU592yPf6tqWZyv7VTpltyj13II9yK/OZFZ+Kfb/U6vt xDSKwJvQ9WjimWrnE0O0E8WO5E+yM8QmrrZwI1wGZCN5y32uthMyiTS2MCqIhuuGBxCv +nPO+EjUwy2sg92TcwSdDa6gURicdJn9pv8PEmexAVDtoxHubFmSBoxrvLVOrlAEbw8+ hhkqL8BA8+f1QYJ/kYhaZZ6jZkgJ/Cpfz3rErfc+xLBZNhX6pF/vJ3ZbB73BEc3ov8cN 2WiAK0Ro9ahXjNTV7wfX421x5Ia8dAyMUAN8TH2hUh4IsS5EH5i/Mh83Yx07W5Or6KP0 X6DA== MIME-Version: 1.0 X-Received: by 10.112.39.106 with SMTP id o10mr10295210lbk.23.1363806584955; Wed, 20 Mar 2013 12:09:44 -0700 (PDT) Received: by 10.112.80.37 with HTTP; Wed, 20 Mar 2013 12:09:44 -0700 (PDT) In-Reply-To: References: <5149F6FE.9070702@verizon.net> <5149FB4B.9040506@verizon.net> Date: Wed, 20 Mar 2013 20:09:44 +0100 Message-ID: Subject: Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration From: =?ISO-8859-1?Q?C=E9dric_Couralet?= To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2013/3/20 Harris, Jeffrey E. : > >> -----Original Message----- >> From: my business mail [mailto:mv.mail3@gmail.com] >> Sent: Wednesday, March 20, 2013 2:39 PM >> To: Tomcat Users List >> Subject: Re: Tomcat 6.0.20/Windows 2008 R2/SSL Configuration >> >> I only added the keystore property not truststore. I was just following >> what i'd done for tomcat4.1 on w2k3. Here is the log file. The >> keystore file is DEF in the path indicated, but i see the error below >> in the catalina file. >> >> Mar 20, 2013 2:35:21 PM >> org.apache.catalina.startup.SetAllPropertiesRule >> begin >> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting >> property 'clientAuth' to 'false' did not find a matching property. >> Mar 20, 2013 2:35:21 PM >> org.apache.catalina.startup.SetAllPropertiesRule >> begin > One problem is that Tomcat is not finding your keystore file or loading your > certificates. This can be because you entered the wrong path or file name, > specified the wrong password, or there is a problem with the actual content > of your keystore file. > Or maybe you are using APR with respect to SSL? The configuration is a little different . Can you try by replacing protocol="HTTP/1.1" with protocol=org.apache.coyote.http11.Http11Protocol in your SSL connector? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org