From: Ted B. <te...@et...> - 2001-09-21 18:46:05
|
On Friday 21 September 2001 12:03, Ype Kingma wrote: > >3) Will someone point me in the right direction to do SSL in Jython. > > That's more difficult: in jython you're limited to what java can > offer you, and I don't recall having secure sockets in java.net. > You might try to find any java implementation of secure sockets. > As of 1.4 SSL is supported in java. I haven't played with it myself, so that's all I can tell you. JDK1.4 beta 2 is available from javasoft.com, but is not yet ready for public consumption. Personally, I've had no trouble with it. ted |