From users-return-6556-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Jun 10 14:18:05 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 93326 invoked from network); 10 Jun 2008 14:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 14:18:05 -0000 Received: (qmail 4803 invoked by uid 500); 10 Jun 2008 14:18:03 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 4732 invoked by uid 500); 10 Jun 2008 14:18:03 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 4704 invoked by uid 99); 10 Jun 2008 14:18:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 07:18:03 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 14:17:12 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K64fB-0005ZI-CH for users@continuum.apache.org; Tue, 10 Jun 2008 07:17:29 -0700 Message-ID: <17756569.post@talk.nabble.com> Date: Tue, 10 Jun 2008 07:17:29 -0700 (PDT) From: bruno waes To: users@continuum.apache.org Subject: svn over self signed ssl when running continuum in tomcat MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bruno.waes@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org My continuum is deployed in a tomcat running as user 'tomcat55' (on debian etch). When i add a Maven2 project i have no problem when fetching the pom over https (self signed certificate). But when i try to build i get this error: Provider message: The svn command failed. Command output: ------------------------------------------------------------------------------- svn: PROPFIND request failed on '/repo/provisioning-webapp/trunk' svn: PROPFIND of '/repo/provisioning-webapp/trunk': Server certificate verification failed: issuer is not trusted (https://svn.myserver.com) ------------------------------------------------------------------------------- when i do a checkout on the commandline i get asked for my password and login and to accept the certificate (permanently). all this gets stored in the .subversion folder in my users homedir. is it possible to get this working for the tomcat55 user ? (that doesnt have a homedir ???) (i know this is rather a system than a continuum question ... sorry for that) Bruno -- View this message in context: http://www.nabble.com/svn-over-self-signed-ssl-when-running-continuum-in-tomcat-tp17756569p17756569.html Sent from the Continuum - Users mailing list archive at Nabble.com.