From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26152 invoked by alias); 20 Oct 2008 22:44:43 -0000 Received: (qmail 26144 invoked by uid 22791); 20 Oct 2008 22:44:43 -0000 X-Spam-Check-By: sourceware.org Received: from gv-out-0910.google.com (HELO gv-out-0910.google.com) (216.239.58.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Oct 2008 22:44:06 +0000 Received: by gv-out-0910.google.com with SMTP id i36so410981gve.10 for ; Mon, 20 Oct 2008 15:44:03 -0700 (PDT) Received: by 10.103.6.6 with SMTP id j6mr4088250mui.89.1224542643070; Mon, 20 Oct 2008 15:44:03 -0700 (PDT) Received: by 10.103.215.10 with HTTP; Mon, 20 Oct 2008 15:44:03 -0700 (PDT) Message-ID: <20024fdf0810201544h6fe13c01ya311ead9163ca946@mail.gmail.com> Date: Mon, 20 Oct 2008 22:44:00 -0000 From: "Casey Marshall" To: "Jary Grove" Subject: Re: JESSIE - SSL BAD_CERTIFICATE Exception Cc: java@gcc.gnu.org In-Reply-To: <266224.30114.qm@web110007.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <266224.30114.qm@web110007.mail.gq1.yahoo.com> Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00021.txt.bz2 On Mon, Oct 20, 2008 at 3:08 PM, Jary Grove wrote: > Any quick fix? > I am compiling Jessie from the source and will be able to plug in the changes easily, if you can give me some pointers on how to ignore this error. > This is actually a problem in the certificate parser, which are a part of classpath/libgcj itself. You can plug in a different implementation of this, via the standard security provider APIs. Bouncycastle likely has an implementation which isn't as buggy as the classpath one.