From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16428 invoked by alias); 21 Oct 2008 14:17:29 -0000 Received: (qmail 16420 invoked by uid 22791); 21 Oct 2008 14:17:29 -0000 X-Spam-Check-By: sourceware.org Received: from n3.bullet.mail.gq1.yahoo.com (HELO n3.bullet.mail.gq1.yahoo.com) (67.195.9.86) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 21 Oct 2008 14:16:45 +0000 Received: from [67.195.9.81] by n3.bullet.mail.gq1.yahoo.com with NNFMP; 21 Oct 2008 14:16:42 -0000 Received: from [67.195.9.111] by t1.bullet.mail.gq1.yahoo.com with NNFMP; 21 Oct 2008 14:16:42 -0000 Received: from [127.0.0.1] by omp115.mail.gq1.yahoo.com with NNFMP; 21 Oct 2008 14:16:41 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 993129.6773.bm@omp115.mail.gq1.yahoo.com Received: (qmail 60520 invoked by uid 60001); 21 Oct 2008 14:16:41 -0000 X-YMail-OSG: SHOSYOQVM1k.gJhwxojIMuU4FJoB4bBa5KWUHAIUR2mOOBb9W1N78WESFBPk7X2I_4kctgqi5LRoj1.Au0NZPYJZh3TFpi5T.IaaRun7rtQ1BzJVi.PpXu7GzXfU40AKSEOu1_2MLOj5j3S_Qp5Fk24UTtI- Received: from [38.106.153.14] by web110014.mail.gq1.yahoo.com via HTTP; Tue, 21 Oct 2008 07:16:41 PDT X-Mailer: YahooMailRC/1155.11 YahooMailWebService/0.7.247.3 Date: Tue, 21 Oct 2008 14:17:00 -0000 From: Jary Grove Subject: Re: JESSIE - SSL BAD_CERTIFICATE Exception To: Casey Marshall Cc: java@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <728947.59752.qm@web110014.mail.gq1.yahoo.com> X-IsSubscribed: yes 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/msg00022.txt.bz2 Sorry, I was not very clear in my request.=20 I have extracted out the Jessie code from the classpath and compiling it as= a seperate project.=20 If you tell me which class to modify to ignore this error, it will be very = helpfull (atleast it will keep me going until this bug is permanently fixed= ). Thanks =A0 ----- Original Message ---- > From: Casey Marshall > To: Jary Grove > Cc: java@gcc.gnu.org > Sent: Monday, October 20, 2008 5:44:03 PM > Subject: Re: JESSIE - SSL BAD_CERTIFICATE Exception >=20 > 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 c= hanges=20 > easily, if you can give me some pointers on how to ignore this error. > > >=20 > 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. >=20 > Bouncycastle likely has an implementation which isn't as buggy as the > classpath one.