Date: Fri, 20 Jun 1997 13:55:32 -0700
From: David.Brownell@Eng (David Brownell)
Message-Id: <199706202055.NAA05938@argon.eng.sun.com>
To: java-security@web2.javasoft.com, health@sj.bigger.net
Subject: Re: connection to a secure server
> Recently I wrote a program in Java to access web files directly. Though
> working quite well with ordinary sites, it fails connecting to a secure
> server like those "https://..." addresses. Is there any sample code I
> can follow or any discussions available on the web or any books?
You need a version of the Java Platform which includes support
for such "https" URLs ... for example, Netscape Navigator or
the US Domestic version of HotJava.
- Dave