Re: SSL on Jigsaw

One could set property 'org.w3c.jigsaw.http.ClientFactory' to specify a
custom socket factory in http-sever.props.
In the custom socket factory one can control creation of Server Sockets or
Client Socket. These Plain Sockets can be converted to Secure Sockets via
JDK or other SSL libraries. This would work fine.

Harmeet

----- Original Message -----
From: "Walter do Valle" <walter@softplan.com.br>
To: <www-jigsaw@w3.org>
Sent: Tuesday, August 14, 2001 2:20 PM
Subject: SSL on Jigsaw


>
> Is it possible to use SSL with Jigsaw? Does exist some SSL
> implementation in java that I plug to Jigsaw?
> I found a reference to jigsaw ssl page in the Jigsaw documentation, but
> it does not work.
> I'd like to know more about it.
>
> Thanks for any help
>
> Walter
>

Received on Tuesday, 14 August 2001 23:08:53 UTC