Re: JESSIE - SSL BAD_CERTIFICATE Exception
Jary Grove <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > To: Jary Grove <[email protected]> > Cc: [email protected] > 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.