Re: JESSIE - SSL BAD_CERTIFICATE Exception
"Casey Marshall" <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 20, 2008 at 3:08 PM, Jary Grove <[email protected]> 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.