This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JESSIE - SSL BAD_CERTIFICATE Exception
- From: Jary Grove <jarygrove at yahoo dot com>
- To: Casey Marshall <casey dot s dot marshall at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 21 Oct 2008 07:16:41 -0700 (PDT)
- Subject: Re: JESSIE - SSL BAD_CERTIFICATE Exception
Sorry, I was not very clear in my request.
I have extracted out the Jessie code from the classpath and compiling it as a seperate project.
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
?
----- Original Message ----
> From: Casey Marshall <casey.s.marshall@gmail.com>
> To: Jary Grove <jarygrove@yahoo.com>
> Cc: java@gcc.gnu.org
> Sent: Monday, October 20, 2008 5:44:03 PM
> Subject: Re: JESSIE - SSL BAD_CERTIFICATE Exception
>
> 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.