For functionnal reason I can use only jdk1.4 (embedded application). Are you sure that there is no way to have https connection with jdk 1.4? Someone else did have the same issu ?
2009/6/8 Emmanuel Lecharny <[email protected]> > On Mon, Jun 8, 2009 at 11:23 AM, Sandra Bogaert<[email protected]> > wrote: > > Hi, > > I'm working on the developpement of a HTTP Server and I'm looking for a > > solution to implement HTTPS connection with JDK1.4 . I read that > SSLFilter > > is disponible with JDK 1.5. Do you have any technical solution with JKD > 1.4? > > thanks in advance ! > > Nope. I also see no reason why you should not switch to a more recent > JVM, considering that Java 1.4 as reached its end of life last year, > and that Java 5 will reach its end of life this year... > > Not to mention that Java 6 is way faster ! > > > SandraB > > > > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com >
