using jsse ssl with jdk 1.3
any sample code for jdk 1.3 ?jsse sample code is for jdk 1.2 and uses deprecated stuff so can't be used easily against jdk 1.3
[148 byte] By [
matanS] at [2007-9-26 4:31:03]

What version of JSSE are you using.
As per JSSE web site...
JSSE 1.0.2 requires that you have Java 2 SDK v 1.2.1 or later or Java 2 Runtime Environment v 1.2.1 or later already installed.
I use JSSE 1.0.2 with Java 2 SD v1.3.1 and have no problems ! Which is in line with what is published on the web site page http://java.sun.com/products/jsse/index-102.html
I don't understand,when a function is deprecated the compiler will refuse to compile it, thus when deprecation encountered forward compatibility is ruined. So I wonder how come you could compile it against jdk 1.3
matanS at 2007-6-29 17:44:09 >

My mistake...I think the deprecation messages were only compilation warnings, not errors. Anyway, a serious lack of ssl sample code still exists...I am looking for a sample that uses ssl and not for http transport, just a plain socket...
matanS at 2007-6-29 17:44:09 >
