Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 60906 invoked from network); 9 Jan 2007 14:23:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2007 14:23:45 -0000 Received: (qmail 45181 invoked by uid 500); 9 Jan 2007 14:23:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 45162 invoked by uid 500); 9 Jan 2007 14:23:50 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 45151 invoked by uid 99); 9 Jan 2007 14:23:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jan 2007 06:23:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 09 Jan 2007 06:23:40 -0800 Received: (qmail 13291 invoked from network); 9 Jan 2007 14:23:23 -0000 Received: from 166.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.166) by 0 with SMTP; 9 Jan 2007 14:23:23 -0000 Message-ID: <45A3A550.8080609@venisse.net> Date: Tue, 09 Jan 2007 15:23:12 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Configuring maven 2.0 project References: <45A3934D.8040002@interia.pl> <45A3984B.1030202@venisse.net> <45A3A304.8010301@interia.pl> In-Reply-To: <45A3A304.8010301@interia.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org yes, it's a pb with the certificate, you can add it in your jdk. There, a sample on how to install a certificate with keytool : http://docs.codehaus.org/display/HAUSMATES/WebDAV#WebDAV-InstallingtheAddTrustCAintotheJavaJDK Wojtek Ciesielski a �crit : > I think I might now what the problem is. I've tried to manually DL this > pom.xml with wget on the machine where continuum is installed. After > issuing such a command: > > wget https://woci:@/pom.xml > > I got: > > Resolving svn..pl... 10.1.1.3 > Connecting to svn..pl|10.1.1.3|:443... connected. > ERROR: cannot verify svn..pl's certificate, issued by > `/C=PL/ST=Malopolska/L=Cracow/O=My Company/CN=My > Company/emailAddress=admin@.pl': > Unable to locally verify the issuer's authority. > To connect to svn..pl insecurely, use `--no-check-certificate'. > Unable to establish SSL connection. > > So it is a problem with certificate... > > Wojtek > > >