Date: Thu, 13 Mar 1997 02:06:57 -0800
From: db@doppio (David Brownell -- JavaSoft)
Message-Id: <199703131006.CAA03932@argon.eng.sun.com>
To: java-security@java, patrick@justintime.com
Subject: Re: Java Security
SSL isn't in JDK 1.1 ... but you might be interested in
the Java Web Server, which might make it very easy for
you to serve HTML-like (perhaps, "100% HTML-like" ;-)
to your clients. It's on the front page of today's web
site at http://java.sun.com, have a look!
(Re how JDK could be used to implement such a solution,
it's a "simple matter of programming", as they say!)
- Dave
> From patrick@justintime.com Wed Mar 12 18:29:42 1997
> Date: Wed, 12 Mar 1997 18:26:01 -0800
> From: Patrick McFarlane <patrick@justintime.com>
> To: java-security@java
> Subject: Java Security
>
> Hello,
>
> I am working on a project which requires me to build a server which
> communicates using the Secure Sockets Layer (SSL) protocol. This server
> will serve an HTML-like response to any server speaking to it. I didn't
> see anywhere in the documentation an explanation of how JDK 1.1 could
> be used to implement such a solution. Is SSL supported by JDK 1.1?
>
> Thanks for your time,
>
> patrick
>