- From: Anselm Baird_Smith <abaird@www43.inria.fr>
- Date: Fri, 21 Feb 1997 13:04:27 +0100 (MET)
- To: "Shawn Lohstroh" <lohstroh@bellatlantic.net>
- Cc: <www-jigsaw@w3.org>
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