This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JESSIE - SSL BAD_CERTIFICATE Exception
- From: "Casey Marshall" <casey dot s dot marshall at gmail dot com>
- To: "Jary Grove" <jarygrove at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 20 Oct 2008 15:44:03 -0700
- Subject: Re: JESSIE - SSL BAD_CERTIFICATE Exception
- References: <266224.30114.qm@web110007.mail.gq1.yahoo.com>
On Mon, Oct 20, 2008 at 3:08 PM, Jary Grove <jarygrove@yahoo.com> 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.