Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 94804 invoked from network); 18 Aug 2009 18:01:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 18:01:44 -0000 Received: (qmail 3930 invoked by uid 500); 18 Aug 2009 18:01:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3880 invoked by uid 500); 18 Aug 2009 18:01:58 -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 3868 invoked by uid 99); 18 Aug 2009 18:01:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 18:01:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daniele.dml@googlemail.com designates 209.85.218.222 as permitted sender) Received: from [209.85.218.222] (HELO mail-bw0-f222.google.com) (209.85.218.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 18:01:48 +0000 Received: by bwz22 with SMTP id 22so3372722bwz.42 for ; Tue, 18 Aug 2009 11:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=PlrHkqMoP0Fb8mm847ZHA8nkboyP15zzzFNpBeH0/kE=; b=cJbjizy9Y8+ROyadRYEMP/8xHlX0cRRI36lj243fRO0YRXYmPKDssaqYgJUBOrixqY 9rvjXZEzSxxOgfsAWcnN8BkopTMIzY5lOe1CWpyQkdjJ47Kd1hDbvKcDGgm0PvQa0+36 Fl28ymuoWVv5aa/MH5gp/XU0Kj055iOfo7/DE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VmlfrkoSrKe4LQXhdapSQsazmRZtlGMj3VVQROgGnWQ0LVBJ8JN7IO+DIGq5il0yfq jH9yOcWSMqD/+3Df88RwXbY2QxfI9zThdI9IFbynZw2tlO7sYB1i8gjmMJmC/LLtD2Vg OIWmI/JosomkJkqXfUXosVKm7HCP7X4T7g+KE= MIME-Version: 1.0 Received: by 10.204.151.208 with SMTP id d16mr3995928bkw.115.1250618485138; Tue, 18 Aug 2009 11:01:25 -0700 (PDT) Date: Tue, 18 Aug 2009 19:01:25 +0100 Message-ID: <190e13280908181101v25129c9bn334bb8d7470edc6a@mail.gmail.com> Subject: Installing SSL connector for Tomcat on Linux/Debian From: Daniele Development-ML To: Tomcat Users List Content-Type: multipart/alternative; boundary=0015175cd19a8e66f404716e4e3d X-Virus-Checked: Checked by ClamAV on apache.org --0015175cd19a8e66f404716e4e3d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello everybody, I'm trying to set up a SSL transport layer, but I'm coming up against some difficulties. Specifically, I followed all the steps requires and specified as in the Tomcat guide - adding some suggestions I found around on several web site for the installation of APR libraries - but still it doesn't work. I'm using Tomcat 6.0.20 with the last version of APR library, on a Lenny/Debian distribution. The output I get in catalina.out is: 18-Aug-2009 18:05:55 org.apache.catalina.startup.SetAllPropertiesRule begin WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'clientAuth' to 'false' did not find a matching property. 18-Aug-2009 18:05:55 org.apache.catalina.startup.SetAllPropertiesRule begin WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'on' did not find a matching property. 18-Aug-2009 18:05:55 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.16. 18-Aug-2009 18:05:55 org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 18-Aug-2009 18:05:55 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed to initialize the SSLEngine. 18-Aug-2009 18:05:55 org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 18-Aug-2009 18:05:55 org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8443 18-Aug-2009 18:05:55 org.apache.coyote.ajp.AjpAprProtocol init INFO: Initializing Coyote AJP/1.3 on ajp-8009 18-Aug-2009 18:05:55 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 656 ms While my server configuration is: Where the certificates where generated with OpenSLL on a Windows Platform. In addition, I included the following lines at the beginning of setclass file CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=/home/daniele/tomcat-6.0.20/bin/tomcat-native-1.1.16-src/jni/native/.libs" Where the APR libraries are deposed after the installation. Any hints or suggestions? Daniele --0015175cd19a8e66f404716e4e3d--