RE: Installing IAIK SSL on my Jigsaw

There seem to be 2 issues.

a) how to create a simple server in Java. If you create a Secure Socket Listener and point your browser to it, it should show you the certificates even if the server is non HTTP. For this I would suggest looking at Java JSSE documents. This step has nothing to do with Jigsaw.

b) Once you have the above, you install the custom socket factory within Jigsaw by adding this line to http-server.props.
org.w3c.jigsaw.http.ClientFactory=<your custom socket factory>

Not sure what their HTTPS roadmap for Jigsaw looks like but it would be nice if the Jigsaw team could provide documentation and packaging for HTTPS. 

Harmeet


----- Original Message -----
From: Walter do Valle <walter@softplan.com.br>
Sent: Wednesday,August 15,2001 06:19 AM

> Hello people
> 
> Has anyone a step-by-step tutorial on how to integrate ssl with Jigsaw?
> What can I generate the certificate? How to install it in the server?
> What's the known problems? What browsers can I use? etc.
> I looked for that in the old files from this mailing-list but I found
> nothing about my needs.
> I will be very grateful for any help.
> 
> Thanks
> 
> Walter

Received on Wednesday, 15 August 2001 20:07:22 UTC