Return-Path: Delivered-To: apmail-geronimo-servicemix-users-archive@www.apache.org Received: (qmail 95726 invoked from network); 2 Mar 2007 13:37:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2007 13:37:14 -0000 Received: (qmail 69520 invoked by uid 500); 2 Mar 2007 13:37:22 -0000 Delivered-To: apmail-geronimo-servicemix-users-archive@geronimo.apache.org Received: (qmail 69495 invoked by uid 500); 2 Mar 2007 13:37:22 -0000 Mailing-List: contact servicemix-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: servicemix-users@geronimo.apache.org Delivered-To: mailing list servicemix-users@geronimo.apache.org Received: (qmail 69479 invoked by uid 99); 2 Mar 2007 13:37:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 05:37:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 05:37:10 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HN7wH-0003OT-JE for servicemix-users@geronimo.apache.org; Fri, 02 Mar 2007 05:36:49 -0800 Message-ID: <9269646.post@talk.nabble.com> Date: Fri, 2 Mar 2007 05:36:49 -0800 (PST) From: jlbarrera To: servicemix-users@geronimo.apache.org Subject: WebServices and SSL MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jlbarrera@sadiel.es X-Virus-Checked: Checked by ClamAV on apache.org Hello I'm using servicemix-http with SSL. I have generated the keyStore: keytool -genkey -keypass password -keystore keystoredemo -storepass password And i generated the trustStore: keytool -import -trustcacerts -keystore keystoretrust -file somename.cer -v In the xbean.xml configuration file: But i get the next error: "No trusted certificate found" Somebody know the problem? The route of files it's mistaken? I try with file:///route... too. I'm using Linux filesystem.. Thanks! -- View this message in context: http://www.nabble.com/WebServices-and-SSL-tf3333637s12049.html#a9269646 Sent from the ServiceMix - User mailing list archive at Nabble.com.