SSL in Jigsaw

Shawn Lohstroh writes:
 > Hello,
 > 
 > I have been looking at Jigsaw and really like it. I am wondering if anybody
 > has looked at putting SSL into the server.
 > 
 > I have also looked at SSLava which is a Java implementation of SSL. This
 > looks like a possibility to get SSL into Jigsaw.
 > 
 > Has anybody else looked at this or have any input? I would be interested in
 > talking to anybody that has input.

It should be pretty easy to do with the new ClientFactory interface,
it's really a matter of subclassing the SocketClientFactory and
replacing all Socket calls to SSLSocket. 

Anselm.

Received on Friday, 21 February 1997 07:04:31 UTC